# File lib/grit/git-ruby/git_object.rb, line 90 def self.from_raw(rawobject, repository) new(rawobject.content) end