Module: PG::TruffleFixWarn

Defined in:
lib/pg.rb

Instance Method Summary collapse

Instance Method Details

#warn(str, category = nil) ⇒ Object



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

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