Method: Sequel::SQL::ValueList#inspect

Defined in:
lib/sequel/sql.rb

#inspectObject

Show that this is a value list and not just an array



1848
1849
1850
# File 'lib/sequel/sql.rb', line 1848

def inspect
  "#<#{self.class} #{super}>"
end