# File lib/grit/git-ruby.rb, line 32
    def cat_ref(options, ref)
      sha = rev_parse({}, ref)
      cat_file(options, sha)
    end