Method: Git::DiffPathStatus#to_h
- Defined in:
- lib/git/diff_path_status.rb
#to_h ⇒ Hash<String, String>
Returns the name-status report as a Hash.
32 33 34 |
# File 'lib/git/diff_path_status.rb', line 32 def to_h fetch_path_status end |