Method: Git::Status#changed
- Defined in:
- lib/git/status.rb
#changed ⇒ Object
11 12 13 |
# File 'lib/git/status.rb', line 11 def changed @files.select { |k, f| f.type == 'M' } end |
11 12 13 |
# File 'lib/git/status.rb', line 11 def changed @files.select { |k, f| f.type == 'M' } end |