# File lib/grit/git-ruby/internal/raw_object.rb, line 26 def initialize(type, content) @type = type @content = content end