Skip to content
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

Fix member access method definition #298

Merged
merged 1 commit into from Jun 18, 2012

Conversation

junjis0203
Copy link
Contributor

This pull request contents 3 fixes.

(1) Fix setter method definition
(2) Fix getter method definition for more than 10 fields
(3) Unify members as Symbol Array

About (3), ISO/IEC 30170 says members returns String Array. But test code assumes Symbol Array. So, I unified members as Symbol Array.

matz added a commit that referenced this pull request Jun 18, 2012
…s_method

Fix member access method definition
@matz matz merged commit 3d5c952 into mruby:master Jun 18, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants