class IDL::Expression::Operation::Or

def calculate(lop, rop)

def calculate(lop, rop)
  lop | rop
end