diff options
| author | KOBAYASHI Shuji <[email protected]> | 2019-12-21 18:43:09 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2019-12-21 18:54:15 +0900 |
| commit | 74f564b0bb2f886ffc1c7ccd2a8c49c4265ad9dd (patch) | |
| tree | ff5ffc1e9cc74c09fbe2a64a2bd4c4fcdc4377cb /minirake | |
| parent | 5cc595cb2a057deff4c123425c9384f8e59e5e34 (diff) | |
| download | mruby-74f564b0bb2f886ffc1c7ccd2a8c49c4265ad9dd.tar.gz mruby-74f564b0bb2f886ffc1c7ccd2a8c49c4265ad9dd.zip | |
`_0` is not numbered parameter
#### Before this patch:
```console
$ bin/mruby rb -e '_0=:l; p ->{_0}.()'
-e:1:13: _0 is not available
-e:1:13: syntax error, unexpected $end, expecting '}'
```
#### After this patch (same as Ruby):
```console
$ bin/mruby rb -e '_0=:l; p ->{_0}.()'
:l
```
Diffstat (limited to 'minirake')
0 files changed, 0 insertions, 0 deletions
