# File lib/sup/horizontal-selector.rb, line 42
  def roll_right
    @selection = (@selection + 1) % @labels.length
  end