Method: MultiGit::Config::Section#to_h
- Defined in:
- lib/multi_git/config.rb
#to_h ⇒ Object
Expensive. Use only for debug.
51 52 53 |
# File 'lib/multi_git/config.rb', line 51 def to_h Hash[each.to_a] end |
Expensive. Use only for debug.
51 52 53 |
# File 'lib/multi_git/config.rb', line 51 def to_h Hash[each.to_a] end |