diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-07 16:32:09 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-07 16:32:09 +0000 |
commit | ff881f2c7ef7f1fd4bd905120603dd6c871b7d29 (patch) | |
tree | 0793b18d40c81db1f2df11f9b424e7c5d80119a4 /lib/rbot/config.rb | |
parent | 858d9d66ad68629fd8c49ef339088387c4afbb5f (diff) |
try again
Diffstat (limited to 'lib/rbot/config.rb')
-rw-r--r-- | lib/rbot/config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |