Method: Code::Object.|

Defined in:
lib/code/object.rb

.|(other) ⇒ Object



26
27
28
# File 'lib/code/object.rb', line 26

def self.|(other)
  Type::Or.new(self, other)
end