overcome a ruby warning message

This commit is contained in:
Roger Pack 2009-04-18 22:36:55 +00:00
parent f910919ffc
commit aab6964387
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Mysql
begin
alias_method :async_query, :c_async_query
rescue NameError => e
raise LoadError.new "error loading mysqlplus--this may mean you ran a require 'mysql' before a require 'mysqplus', which much come first"
raise LoadError.new("error loading mysqlplus--this may mean you ran a require 'mysql' before a require 'mysqplus', which much come first")
end
end