lib/sequel/database/dataset_defaults.rb in sequel-4.5.0 vs lib/sequel/database/dataset_defaults.rb in sequel-4.6.0
- old
+ new
@@ -29,10 +29,10 @@
end
# Change the default identifier output method to use for all databases,
def self.identifier_output_method=(v)
@identifier_output_method = v.nil? ? false : v
- end
+ end
# The class to use for creating datasets. Should respond to
# new with the Database argument as the first argument, and
# an optional options hash.
attr_reader :dataset_class