Method: Inspec::Resources::PConfig#method_missing

Defined in:
lib/resources/parse_config.rb

#method_missing(name) ⇒ Object



38
39
40
41
# File 'lib/resources/parse_config.rb', line 38

def method_missing(name)
  @params || read_content
  @params[name.to_s]
end