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