core_refinements.rb

Path: lib/sequel/extensions/core_refinements.rb
Last Update: Thu Nov 12 08:45:04 +0000 2015

These are refinements to core classes that allow the Sequel DSL to be used without modifying the core classes directly. After loading the extension via:

  Sequel.extension :core_refinements

you can enable the refinements for particular files:

  using Sequel::CoreRefinements

[Validate]