Path: | lib/sequel/extensions/core_refinements.rb |
Last Update: | Fri Oct 06 03:25:22 +0000 2017 |
frozen-string-literal: true
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