-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
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
When class method deal with class variable , variable can not hold value. #3539
Comments
FYI, mruby-1.1.0 work the some way as MRI. but mruby-1.2.0 does not. |
keizo042
added a commit
to keizo042/mruby
that referenced
this issue
Mar 30, 2017
keizo042
added a commit
to keizo042/mruby
that referenced
this issue
Mar 30, 2017
keizo042
added a commit
to keizo042/mruby
that referenced
this issue
Mar 30, 2017
keizo042
added a commit
to keizo042/mruby
that referenced
this issue
Mar 30, 2017
matz
added a commit
that referenced
this issue
Mar 30, 2017
Modify class variable definition in singleton class; fix #3539
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello dev,
I would like to ask dev whether the behavior is correct or not.
in
cv.rb
result
I expect
Greeding#text
return"hello world"
.as follow code, it behaves the same way on MRI and mruby
Env
The text was updated successfully, but these errors were encountered: