Closed chaofan closed 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]
Many thanks!
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]