Method: Is::Property::Validators::ONE#initialize

Defined in:
lib/is/monkey/properties.rb

#initialize(*args) ⇒ ONE

Returns a new instance of ONE.

Parameters:



338
339
340
341
# File 'lib/is/monkey/properties.rb', line 338

def initialize *args
  @or = OR.new *args
  @and = AND.new *args
end