Class: LighthouseCLI::Config
- Inherits:
-
Object
- Object
- LighthouseCLI::Config
- Defined in:
- lib/lighthouse_cli.rb
Class Method Summary collapse
Class Method Details
.method_missing(meth, *args, &blk) ⇒ Object
52 53 54 55 |
# File 'lib/lighthouse_cli.rb', line 52 def method_missing(meth, *args, &blk) load_config! @config[meth] end |