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