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