We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module A CONST = 123 class << self p 1, CONST class << self p 2, CONST end end end
% ruby -v a.rb ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin16] 1 123 2 123 % bin/mruby a.rb 1 123 trace: [0] a.rb:6 [1] a.rb:5 [2] a.rb:3 [3] a.rb:1 a.rb:6: uninitialized constant #<Class:#<Class:A>>::CONST (NameError)
The text was updated successfully, but these errors were encountered:
I send PR that I fix the issue. plz check there are something wrong any more.
Sorry, something went wrong.
4fca570
Merge pull request #3604 from keizo042/fix_issue3598
c0a4b1a
Find Class/Module in nested singleton class; fix #3598
No branches or pull requests
The text was updated successfully, but these errors were encountered: