We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278cac0 commit e79e621Copy full SHA for e79e621
1 file changed
bin/ast
@@ -151,7 +151,7 @@ module DotGraph
151
end
152
153
154
-root = JRuby.parse(options[:expression])
+root = JRuby.parse_result(options[:expression])
155
156
if options[:print_ast]
157
if options[:dot_format]
@@ -191,7 +191,7 @@ def ir_setup(root)
191
JRuby::IR.compiler_debug = true
192
193
194
- builder = org.jruby.ir.builder.IRBuilderAST
+ builder = org.jruby.ir.builder.IRBuilder
195
196
scope = builder.build_root(manager, root).scope
197
scope.prepare_for_compilation
0 commit comments