lib/dentaku/ast/grouping.rb in dentaku-2.0.0 vs lib/dentaku/ast/grouping.rb in dentaku-2.0.1

- old
+ new

@@ -6,8 +6,12 @@ end def value(context={}) @node.value(context) end + + def type + @node.type + end end end end