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