Method: Configy::ConfigFile#initialize
- Defined in:
- lib/configy/config_file.rb
#initialize(path, section) ⇒ ConfigFile
7 8 9 10 |
# File 'lib/configy/config_file.rb', line 7 def initialize(path, section) @path = Pathname.new(path) @section = section end |