Method: Monolens::Type::Any.of

Defined in:
lib/monolens/type/any.rb

.of(*candidates) ⇒ Object



10
11
12
# File 'lib/monolens/type/any.rb', line 10

def self.of(*candidates)
  Any.new(candidates)
end