core_extensions.rb

lib/sequel/extensions/core_extensions.rb
Last Update: 2017-08-01 08:12:00 -0700

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