Method: FilterTable::ExceptionCatcher#method_missing
- Defined in:
- lib/inspec/utils/filter.rb
#method_missing ⇒ Object
Capture message chains and return ‘ExceptionCatcher` objects
30 31 32 |
# File 'lib/inspec/utils/filter.rb', line 30 def method_missing(*) self end |