class IDL::Expression::Operation::RShift

def calculate(lop, rop)

def calculate(lop, rop)
  check_rop(rop)
  lop >> rop
end