Method: Sequel::Dataset#inspect

Defined in:
lib/sequel/dataset/misc.rb

#inspectObject

Returns a string representation of the dataset including the class name and the corresponding SQL select statement.



152
153
154
# File 'lib/sequel/dataset/misc.rb', line 152

def inspect
  "#<#{visible_class_name}: #{sql.inspect}>"
end