lib/ruote/exp/raw.rb in ruote-2.1.1 vs lib/ruote/exp/raw.rb in ruote-2.1.2
- old
+ new
@@ -37,12 +37,8 @@
end
def reply (workitem)
raise "can't apply or reply [to] raw expression"
end
-
- def cancel (flavour)
- reply_to_parent(h.applied_workitem)
- end
end
end