lib/hotcell/node/summoner.rb in hotcell-0.2.0 vs lib/hotcell/node/summoner.rb in hotcell-0.3.0

- old
+ new

@@ -1,7 +1,7 @@ module Hotcell class Summoner < Hotcell::Node def process context, target = nil, *arguments - (target ? target.to_manipulator : context).manipulator_invoke(name, *arguments) + (target ? target.to_tong : context).tong_invoke(name, *arguments) end end end