class IDL::Expression::Operation::Div

def calculate(lop, rop)

def calculate(lop, rop)
  lop / rop
end