Mysql2 isn't a class

This commit is contained in:
Brian Lopez 2010-04-03 17:14:12 -07:00
parent 0a733a1f02
commit cba8f65026
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ require 'mysql2_ext'
# = Mysql2
#
# A modern MySQL client library for Ruby, binding to libmysql
class Mysql2
module Mysql2
VERSION = "0.0.1"
end