class AASM::Core::Event
def fire(obj, options={}, to_state=::AASM::NO_VALUE, *args)
def fire(obj, options={}, to_state=::AASM::NO_VALUE, *args) _fire(obj, options, to_state, *args) # false indicates this is not a test (fire!) end
def fire(obj, options={}, to_state=::AASM::NO_VALUE, *args) _fire(obj, options, to_state, *args) # false indicates this is not a test (fire!) end