Method: Inspec::Metadata#method_missing
- Defined in:
- lib/inspec/metadata.rb
#method_missing(sth, *args) ⇒ Object
124 125 126 127 |
# File 'lib/inspec/metadata.rb', line 124 def method_missing(sth, *args) @logger.warn "#{ref} doesn't support: #{sth} #{args}" @missing_methods.push(sth) end |