lib/atp/ast/builder.rb in atp-0.3.1 vs lib/atp/ast/builder.rb in atp-0.3.2
- old
+ new
@@ -4,9 +4,13 @@
include Factories
attr_reader :context
attr_accessor :source_file, :source_line_number, :description
+ def initialize
+ @context = { conditions: [] }
+ end
+
def flow
n0(:flow)
end
def name(str)