Method: DB::Query#inspect
- Defined in:
- lib/db/query.rb
#inspect ⇒ Object
Inspect the query instance showing the class and current buffer contents.
123 124 125 |
# File 'lib/db/query.rb', line 123 def inspect "\#<#{self.class} #{@buffer.inspect}>" end |