module Dry::Logic::Predicates

Public Class Methods

included(other) click to toggle source
Calls superclass method
# File lib/dry/logic/predicates.rb, line 250
def self.included(other)
  super
  other.extend(Methods)
end