# File lib/grit/git-ruby/repository.rb, line 111 def put_raw_object(content, type) loose.first.put_raw_object(content, type) end