lib/hotcell/node/hasher.rb in hotcell-0.0.1 vs lib/hotcell/node/hasher.rb in hotcell-0.1.0
- old
+ new
@@ -1,7 +1,7 @@
module Hotcell
class Hasher < Hotcell::Node
- def render context, *values
+ def process context, *values
Hash[values]
end
end
end