summaryrefslogtreecommitdiffhomepage
path: root/src/error.c
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2019-12-08 18:31:41 +0900
committerKOBAYASHI Shuji <[email protected]>2019-12-08 18:31:41 +0900
commitcf6ae0de6a71ad75bcc8c72416529cab24134890 (patch)
tree24bfc3503dbd0b341d153b233ee8fb9106f18b78 /src/error.c
parent2456d3abc0ed1f372f0c2e4d404767d98bcfd586 (diff)
downloadmruby-cf6ae0de6a71ad75bcc8c72416529cab24134890.tar.gz
mruby-cf6ae0de6a71ad75bcc8c72416529cab24134890.zip
Fix the error message of `Kernel#Float`
#### Before this patch: ``` $ bin/mruby -e 'Float("1_a")' -e:1: invalid string for float(a) (ArgumentError) ``` #### After this patch: ``` $ bin/mruby -e 'Float("1_a")' -e:1: invalid string for float("1_a") (ArgumentError) ```
Diffstat (limited to 'src/error.c')
0 files changed, 0 insertions, 0 deletions