Class: Rhinestone::Config
- Inherits:
-
Object
- Object
- Rhinestone::Config
- Defined in:
- lib/rhinestone/config.rb
Instance Method Summary collapse
-
#initialize(argv) ⇒ Config
constructor
A new instance of Config.
- #to_h ⇒ Object
Constructor Details
#initialize(argv) ⇒ Config
Returns a new instance of Config.
6 7 8 |
# File 'lib/rhinestone/config.rb', line 6 def initialize(argv) @options = (argv) end |
Instance Method Details
#to_h ⇒ Object
10 11 12 |
# File 'lib/rhinestone/config.rb', line 10 def to_h @options end |