Method: Git::Status#added
- Defined in:
- lib/git/status.rb
#added ⇒ Object
15 16 17 |
# File 'lib/git/status.rb', line 15 def added @files.select { |k, f| f.type == 'A' } end |
15 16 17 |
# File 'lib/git/status.rb', line 15 def added @files.select { |k, f| f.type == 'A' } end |