]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commit - lib/rbot/ircbot.rb
ruby 1.9: convert Exception to string explicitly
authorfranz <Franz.Netykafka@runbox.com>
Mon, 15 Jun 2009 19:07:35 +0000 (21:07 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 26 Aug 2009 21:31:37 +0000 (23:31 +0200)
commit4cd19a0f2630758d4f595fc072f012baafffac92
tree7fdfcd9e83986b72695c6764cce977ae7f92876d
parent2a8303d7e728ffbeaf5d566a391812a03424189d
ruby 1.9: convert Exception to string explicitly

changed "string + exception" to "string #{e}", the
former yields 'can't convert <e> into String' in ruby 1.9
lib/rbot/ircbot.rb