mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation.
[Feature #10174][ruby-core:64584] * lib/erb.rb: ditto. * lib/observer.rb: ditto. * lib/rake/invocation_chain.rb: ditto. * lib/rubygems/command_manager.rb: ditto. * lib/rubygems/config_file.rb: ditto. * lib/uri/common.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3e8515bf36
commit
e47fec1f86
8 changed files with 18 additions and 7 deletions
|
@ -136,7 +136,7 @@ class Gem::CommandManager
|
|||
def run(args, build_args=nil)
|
||||
process_args(args, build_args)
|
||||
rescue StandardError, Timeout::Error => ex
|
||||
alert_error "While executing gem ... (#{ex.class})\n #{ex.to_s}"
|
||||
alert_error "While executing gem ... (#{ex.class})\n #{ex}"
|
||||
ui.backtrace ex
|
||||
|
||||
terminate_interaction(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue