Method: PConfig#method_missing

Defined in:
lib/resources/parse_config.rb

#method_missing(name) ⇒ Object



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

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