module Bake::Types::Type

def | other

Parameters:
  • other (Type) -- the alternative type to match.
def | other
	Any.new([self, other])
end