class Roby::TaskStateHelper::Proxy
Proxy
object used in the definition of state machines on Roby::Task
Public Class Methods
state_machine(*args, &block)
click to toggle source
# File lib/roby/coordination/task_state_machine.rb, line 195 def self.state_machine(*args, &block) StateMachine::Machine.find_or_create(self, *args, &block) end