in lib/rugged_adapter/git_layer_rugged.rb [56:60]
def self.create(repo, options) blob = repo.git.lookup(options[:id]) self.new(blob, **options) end