We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99572c4 commit 9f442e6Copy full SHA for 9f442e6
lib/opal/parser.rb
@@ -88,7 +88,7 @@ def parse(source, options = {})
88
@source_file = options[:source_file] || @file
89
@method_missing = (options[:method_missing] != false)
90
@arity_check = options[:arity_check]
91
- @const_missing = (options[:const_missing] != false)
+ @const_missing = (options[:const_missing] == true)
92
@irb_vars = (options[:irb] == true)
93
94
@method_calls = {}
0 commit comments