lib/bel_parser/parsers/ast/node.rb in bel_parser-1.0.0.alpha.10 vs lib/bel_parser/parsers/ast/node.rb in bel_parser-1.0.0.alpha.11

- old
+ new

@@ -909,9 +909,13 @@ def set(*children) Set.new(children) end + def unset(*children) + Unset.new(children) + end + def document_property(*children) DocumentProperty.new(children) end def annotation_definition(*children)