Method: MultiGit::Config#schema_for
- Defined in:
- lib/multi_git/config.rb
#schema_for(section, subsection, key) ⇒ Object
75 76 77 |
# File 'lib/multi_git/config.rb', line 75 def schema_for( section, subsection, key ) schema[section][subsection][key] end |