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