class IDL::Expression::Operation::Minus

def calculate(lop, rop)

def calculate(lop, rop)
  lop - rop
end