Method: Git::Status#each
- Defined in:
- lib/git/status.rb
#each(&block) ⇒ Object
48 49 50 |
# File 'lib/git/status.rb', line 48 def each(&block) @files.values.each(&block) end |
48 49 50 |
# File 'lib/git/status.rb', line 48 def each(&block) @files.values.each(&block) end |