Object
# File lib/rugged/diff.rb, line 15 def deltas each_delta.to_a end
# File lib/rugged/diff.rb, line 11 def patches each_patch.to_a end