module Manacle::Constraint

Include this, and magically each of your decorators will get a time attached, as well as delegation to all the modules contained therein.

You can then override the parts of Time you want to change.

Include this, and magically each of your decorators will get a time attached, as well as delegation to all the modules contained therein.

You can then override the parts of Time you want to change.

Public Class Methods

included(base) click to toggle source
# File lib/manacle/constraint.rb, line 64
def self.included(base)
  base.instance_eval do
    include InstanceMethods
  end
end