- 03 Apr, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 02 Apr, 2017 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix parameters when noname rest
-
ksss authored
-
ksss authored
-
Yukihiro "Matz" Matsumoto authored
-
- 01 Apr, 2017 9 commits
-
-
Yukihiro "Matz" Matsumoto authored
According to CRuby [Feature#12746]
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 31 Mar, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Modify to get constant of parent module in singleton class; fix #3568
-
Kouichi Nakanishi authored
-
Yukihiro "Matz" Matsumoto authored
The resulting behavior is different from CRuby, but modifying hash key afterwards is undefined behavior in ISO spec.
-
- 30 Mar, 2017 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Modify class variable definition in singleton class; fix #3539
-
Kouichi Nakanishi authored
-
Yukihiro "Matz" Matsumoto authored
Fix Enumerator#each_with_index with block
-
Kenji Okimoto authored
In previous version, ``` a = [3, 2, 1] e = a.each e.sort_by(&:to_i) # => [] ``` In this version, ``` a = [3, 2, 1] e = a.each e.sort_by(&:to_i) # => [1, 2, 3] ```
-
- 29 Mar, 2017 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Should raise FloatDomainError
-
ksss authored
-
Yukihiro "Matz" Matsumoto authored
Renumber hash keys during dup since there may be duplicates.
-
Yukihiro "Matz" Matsumoto authored
Set proper class to subclass of Array
-
- 28 Mar, 2017 7 commits
-
-
okkez authored
More compatibility to CRuby.
-
Clayton Smith authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Implement Array#slice!
-
Kenji Okimoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix infinity loop ref #3546
-
ksss authored
And some cases should raise FloatDomainError
-
- 27 Mar, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix lost lineno
-
Yukihiro "Matz" Matsumoto authored
Ignore file generated by ctags
-
- 26 Mar, 2017 1 commit
-
-
Kouichi Nakanishi authored
-
- 25 Mar, 2017 1 commit
-
-
ksss authored
-