module Cassie::Statements::Execution::Callbacks

Public Instance Methods

execute(*args) click to toggle source
Calls superclass method
# File lib/cassie/statements/execution/callbacks.rb, line 16
def execute(*args)
  super || run_callbacks(:failure)
end