Method: AngryMob::Builder#act
- Defined in:
- lib/angry_mob/builder.rb
#act(name, definition_file = nil, &blk) ⇒ Object
Defines an act block
60 61 62 63 |
# File 'lib/angry_mob/builder.rb', line 60 def act(name, definition_file=nil, &blk) definition_file ||= file acts[name.to_sym] = [blk,definition_file.dup,false] end |