From ff881f2c7ef7f1fd4bd905120603dd6c871b7d29 Mon Sep 17 00:00:00 2001 From: Tom Gilbert Date: Sun, 7 Aug 2005 16:32:09 +0000 Subject: [PATCH] try again --- lib/rbot/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5