Module: Niceql::ErrorExt
- Defined in:
- lib/niceql.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
230 231 232 |
# File 'lib/niceql.rb', line 230 def to_s Niceql.config.prettify_pg_errors ? Prettifier.prettify_err(super) : super end |