# File lib/grit/git-ruby/internal/raw_object.rb, line 35
        def to_hash
          {
            :type => @type,
            :content => @content
          }
        end