# File lib/pg.rb, line 37
        def self::connect( *args )
                return PG::Connection.new( *args )
        end