class PGconn
Public Class Methods
quote_ident(name)
click to toggle source
# File lib/memcache/pg_server.rb, line 6 def self.quote_ident(name) %Q("#{name}") end
# File lib/memcache/pg_server.rb, line 6 def self.quote_ident(name) %Q("#{name}") end