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