jmettraux / ruote

a ruby workflow engine (dead)
MIT License
496 stars 74 forks source link

wrong method name 'commmand' at Ruote::Workitem #49

Closed chaofan closed 12 years ago

chaofan commented 12 years ago

ruby-1.9.3-rc1 :411 > workitem.class => Ruote::Workitem ruby-1.9.3-rc1 :412 > workitem.methods.sort.select {|m| m=~/comm/} => [:command=, :commmand]

jmettraux commented 12 years ago

Many thanks!