core_extensions.rb

Path: lib/sequel/extensions/core_extensions.rb
Last Update: Sun May 19 07:59:58 +0000 2013

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.

This extension is currently loaded by default, but that will no longer be true in a future version. In a future version, you will need to load it manually via:

  Sequel.extension :core_extensions

[Validate]