diff options
| author | KOBAYASHI Shuji <[email protected]> | 2019-01-15 21:41:54 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2019-01-15 21:41:54 +0900 |
| commit | de5da4b7f6615610ee5935754ae76e71870380aa (patch) | |
| tree | daaf9e126fd2416e59dd9e57519546320a07c708 /mruby-source.gemspec | |
| parent | 348442dd5e8fa77823bd4a2e38bbdd9f3a0ac003 (diff) | |
| download | mruby-de5da4b7f6615610ee5935754ae76e71870380aa.tar.gz mruby-de5da4b7f6615610ee5935754ae76e71870380aa.zip | |
Fix coercing for first step counter in `Numeric#step`
Before:
a=[]; 7.step(4, -3.0) { |c| a << c }; p a #=> [7, 4.0]
After / Ruby:
a=[]; 7.step(4, -3.0) { |c| a << c }; p a #=> [7.0, 4.0]
Diffstat (limited to 'mruby-source.gemspec')
0 files changed, 0 insertions, 0 deletions
