Method: Inspec::Resources::ApacheConf#method_missing
- Defined in:
- lib/resources/apache_conf.rb
#method_missing(name) ⇒ Object
46 47 48 49 50 51 52 |
# File 'lib/resources/apache_conf.rb', line 46 def method_missing(name) # ensure params are loaded @params || read_content # extract values @params[name.to_s] unless @params.nil? end |