module PG::TruffleFixWarn

Public Instance Methods

warn(str, category=nil) click to toggle source
Calls superclass method
# File lib/pg.rb, line 148
def warn(str, category=nil)
  super(str)
end