These are extensions to core classes that Sequel
enables by default. They make using Sequel’s DSL easier by adding methods to Array
, Hash
, String
, and Symbol
to add methods that return Sequel
expression objects. To load the extension:
Sequel.extension :core_extensions