| Age | Commit message (Collapse) | Author |
|
Also removed tests that depends on implementation details of the default
`method_missing` behavior.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ref #3783
|
|
NODE_{SCALL,CASE,YIELD,UNDEF}; ref #3783
|
|
|
|
|
|
Extended Module#const_get to support class paths
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's incompatible with CRuby, but it is required for mruby because
it cannot detect `break` outside of loops in the parsing time, but
in the code generation time where it cannot raise `SyntaxError`.
|
|
|
|
|
|
|
|
|
|
|
|
class; fix #3575
|
|
|
|
|
|
|
|
More compatibility to CRuby.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
String#index shouldn't return nil when "".index ""
|
|
|
|
|
|
Internal method_missing works without problems.
|
|
More compatibility to CRuby.
Updated tests that assume old mruby behavior.
|
|
|
|
Proc shouldn't have `initialize` method
|