Method: Leg::Config#initialize
- Defined in:
- lib/leg/config.rb
#initialize(path) ⇒ Config
Returns a new instance of Config.
5 6 7 |
# File 'lib/leg/config.rb', line 5 def initialize(path) @path = path end |
Returns a new instance of Config.
5 6 7 |
# File 'lib/leg/config.rb', line 5 def initialize(path) @path = path end |