From: Tom Gilbert Date: Sun, 7 Aug 2005 16:32:09 +0000 (+0000) Subject: try again X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=ff881f2c7ef7f1fd4bd905120603dd6c871b7d29;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git try again --- diff --git a/lib/rbot/config.rb b/lib/rbot/config.rb index 5af50f34..383cef96 100644 --- a/lib/rbot/config.rb +++ b/lib/rbot/config.rb @@ -7,7 +7,7 @@ module Irc module YAML def YAML.load_file( filepath ) File.open( filepath ) do |f| - YAML::load( f ) + load( f ) end end end