From: Francesco Vollero on
Hi everyone,

today i would ask what state machine is more well writed and to be
specific, more complete and simple to use for a network project. AFAIK i
think state_machine is pretty straightforward but a newbie have to use
it so i wonder if based on your experience you can suggest another one.

Thanks,
Francesco

From: Roger Pack on
> today i would ask what state machine is more well writed and to be
> specific, more complete and simple to use for a network project. AFAIK i
> think state_machine is pretty straightforward but a newbie have to use
> it so i wonder if based on your experience you can suggest another one.

looks like ruby toolbox is your friend

http://ruby-toolbox.com/categories/state_machines.html

-rp
--
Posted via http://www.ruby-forum.com/.

From: Francesco Vollero on
Il 27/04/10 19.31, Roger Pack ha scritto:
>> today i would ask what state machine is more well writed and to be
>> specific, more complete and simple to use for a network project. AFAIK i
>> think state_machine is pretty straightforward but a newbie have to use
>> it so i wonder if based on your experience you can suggest another one.
>>
> looks like ruby toolbox is your friend
>
> http://ruby-toolbox.com/categories/state_machines.html
>
> -rp
>
Yeah, i found it like 2 hours ago :) But thanks Roger.

Francesco