We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
call
$ bin/mruby -e '1.times{raise}' trace (most recent call last): [2] -e:1 [1] mrblib/numeric.rb:77:in times -e:1:in call: RuntimeError
$ ruby -e '1.times{raise}' Traceback (most recent call last): 2: from -e:1:in `<main>' 1: from -e:1:in `times' -e:1:in `block in <main>': unhandled exception
The text was updated successfully, but these errors were encountered:
364c476
Remove unused local variable mid; ref #4936
mid
ff5d191
No branches or pull requests
mruby
Ruby
The text was updated successfully, but these errors were encountered: