class Rugged::Patch

def changes

Returns the number of total changes in the patch.
def changes
  additions + deletions
end