module PG::TruffleFixWarn
Public Instance Methods
Source
# File lib/pg.rb, line 122 def warn(str, category=nil) super(str) end
Calls superclass method
# File lib/pg.rb, line 122 def warn(str, category=nil) super(str) end