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
(Note: This issue was detected on Travis CI and has has not been tested elsewhere.)
jruby -v
uname -a
Other relevant info you may wish to add:
# sample script exp = ArgumentError.new('lorem ipsum dolor sit') warn exp # (On MRI): # => "lorem ipsum dolor sit"
TypeError: no implicit conversion of ArgumentError into String
The text was updated successfully, but these errors were encountered:
Wow you found something we have never implemented which was valid in Ruby 1.8 (and possibly older)!
Sorry, something went wrong.
e509934
No branches or pull requests
Environment
(Note: This issue was detected on Travis CI and has has not been tested elsewhere.)
jruby -v
): 9.2.6.0uname -a
): Ubuntu 14.04.5 LTSOther relevant info you may wish to add:
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: