Module: PG::TruffleFixWarn
- Defined in:
- lib/pg.rb
Instance Method Summary collapse
Instance Method Details
#warn(str, category = nil) ⇒ Object
122 123 124 |
# File 'lib/pg.rb', line 122 def warn(str, category=nil) super(str) end |