Module: Dry::Logic::Predicates

Extended by:
Methods
Defined in:
lib/dry/logic/predicates.rb

Defined Under Namespace

Modules: Methods

Class Method Summary collapse

Methods included from Methods

[], array?, attr?, bool?, case?, date?, date_time?, decimal?, empty?, eql?, even?, excluded_from?, excludes?, exclusion?, false?, filled?, float?, format?, gt?, gteq?, hash?, included_in?, includes?, inclusion?, int?, is?, key?, lt?, lteq?, max_size?, min_size?, none?, not_eql?, number?, odd?, predicate, size?, str?, time?, true?, type?

Class Method Details

.included(other) ⇒ Object



206
207
208
209
# File 'lib/dry/logic/predicates.rb', line 206

def self.included(other)
  super
  other.extend(Methods)
end