jmettraux/ruote

wrong method name 'commmand' at Ruote::Workitem

chaofan opened this issue · 1 comments

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!