# File lib/ruote/part/block_participant.rb, line 96 def cancel(fei, flavour) if block = get_block('on_cancel') block.call(fei, flavour) end end