Method: Rugged::Diff#patches

Defined in:
lib/rugged/diff.rb

#patchesObject


17
18
19
# File 'lib/rugged/diff.rb', line 17

def patches
  each_patch.to_a
end