class ArcadiaEvent
------------------------------------------
Arcadia Event
------------------------------------------
Public Instance Methods
go!()
click to toggle source
note–they all have attr_accessor :file, and :dir
# File lib/a-contracts.rb, line 16 def go! Arcadia.process_event(self) end
shot!()
click to toggle source
# File lib/a-contracts.rb, line 20 def shot! Arcadia.broadcast_event(self) end