7 8 9 10
# File 'lib/kumi/core/ruby_parser/dsl.rb', line 7 def self.build_syntax_tree(&) parser = Parser.new parser.parse(&) end