Class: Runfile::Settings
- Inherits:
-
Object
- Object
- Runfile::Settings
- Defined in:
- lib/runfile/settings.rb
Overview
The Settings class handles ‘.runfile’ YAML config files. If found in the current directory, we will use their content.
Instance Method Summary collapse
Instance Method Details
#as_struct ⇒ Object
9 10 11 |
# File 'lib/runfile/settings.rb', line 9 def as_struct OpenStruct.new settings end |