Method: Cleaner::Action#execute
- Defined in:
- lib/cleaner/action.rb
#execute ⇒ Object
10 11 12 |
# File 'lib/cleaner/action.rb', line 10 def execute raise NotImplementedException.new("#execute should be implemented in your Action class") end |