Sha256: 0837ac674108eefd8004b3171e3b1ccb0e3d842322e435af50f6ba90d0a84e21
Contents?: true
Size: 202 Bytes
Versions: 2
Compression:
Stored size: 202 Bytes
Contents
module Hotcell class Summoner < Hotcell::Node def process context, target = nil, *arguments (target ? target.to_manipulator : context).manipulator_invoke(name, *arguments) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hotcell-0.2.0 | lib/hotcell/node/summoner.rb |
hotcell-0.1.0 | lib/hotcell/node/summoner.rb |