Method: Cleaner::Action#execute

Defined in:
lib/cleaner/action.rb

#executeObject



10
11
12
# File 'lib/cleaner/action.rb', line 10

def execute
  raise NotImplementedException.new("#execute should be implemented in your Action class")
end