Module: Ankit::Failing

Includes:
CardHappening
Defined in:
lib/ankit/fail_command.rb

Instance Method Summary collapse

Methods included from CardHappening

#make_happen

Methods included from CardNaming

#card_wildcard_for, #to_card_name, #to_card_path

Methods included from EventTraversing

find_latest_event_for, find_latest_event_named, #latest_event_for

Methods included from EventFormatting

#format_as_score

Methods included from RoundCounting

#last_round, #latest_round, #next_round, #round_proceeded

Instance Method Details

#make_failed(card_name) ⇒ Object



12
# File 'lib/ankit/fail_command.rb', line 12

def make_failed(card_name); make_happen(FailCommand::EVENT_HAPPENING, card_name); end