Method: PG::TruffleFixWarn#warn

Defined in:
lib/pg.rb

#warn(str, category = nil) ⇒ Object



148
149
150
# File 'lib/pg.rb', line 148

def warn(str, category=nil)
  super(str)
end