Method: MultiGit::Config::Section#to_h

Defined in:
lib/multi_git/config.rb

#to_hObject

Expensive. Use only for debug.



51
52
53
# File 'lib/multi_git/config.rb', line 51

def to_h
  Hash[each.to_a]
end