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