Method: Inspec::Resources::PConfig#method_missing
- Defined in:
- lib/resources/parse_config.rb
#method_missing(name) ⇒ Object
58 59 60 |
# File 'lib/resources/parse_config.rb', line 58 def method_missing(name) read_params[name.to_s] end |