summaryrefslogtreecommitdiffhomepage
path: root/src/variable.c
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2020-12-29 19:04:19 +0900
committerKOBAYASHI Shuji <[email protected]>2020-12-29 19:04:19 +0900
commit1fae7c0a69d9f80f843cddcfa03c3ac4b999df48 (patch)
tree0473254c09b42aa888ddf167238bafbe83ab5d55 /src/variable.c
parentd44a1de8f4af7e2680683d3be986d1d15e3f6b86 (diff)
downloadmruby-1fae7c0a69d9f80f843cddcfa03c3ac4b999df48.tar.gz
mruby-1fae7c0a69d9f80f843cddcfa03c3ac4b999df48.zip
Refine error message from `mrb_get_arg1`
#### Before this patch: ```console $ bin/mruby -e '{}.key?' trace (most recent call last): -e:1: wrong number of arguments (ArgumentError) ``` #### After this patch: ```console $ bin/mruby -e '{}.key?' trace (most recent call last): -e:1: wrong number of arguments (given 0, expected 1) (ArgumentError) ```
Diffstat (limited to 'src/variable.c')
0 files changed, 0 insertions, 0 deletions