Module: Bake::Types::Type

Included in:
Array, Boolean, Decimal, Float, Hash, Input, Integer, Nil, Output, String, Symbol, Tuple
Defined in:
lib/bake/types/any.rb

Instance Method Summary collapse

Instance Method Details

#|(other) ⇒ Object



24
25
26
# File 'lib/bake/types/any.rb', line 24

def | other
	Any.new([self, other])
end