class Rugged::Patch

def deletions

Returns the number of deletions in the patch.
def deletions
  stat[1]
end