Method: Inspec::Resources::PConfig#method_missing

Defined in:
lib/resources/parse_config.rb

#method_missing(name) ⇒ Object



54
55
56
# File 'lib/resources/parse_config.rb', line 54

def method_missing(name)
  read_params[name.to_s]
end