Method: FilterTable::Table#new_entry
- Defined in:
- lib/utils/filter.rb
#new_entry(*_) ⇒ Object
71 72 73 74 75 |
# File 'lib/utils/filter.rb', line 71 def new_entry(*_) fail "#{self.class} must not be used on its own. It must be inherited "\ 'and the #new_entry method must be implemented. This is an internal '\ 'error and should not happen.' end |