Method: Git::Status#changed

Defined in:
lib/git/status.rb

#changedObject



11
12
13
# File 'lib/git/status.rb', line 11

def changed
  @files.select { |k, f| f.type == 'M' }
end