Method: Redwood::HorizontalSelector#roll_right

Defined in:
lib/sup/horizontal_selector.rb

#roll_rightObject



53
54
55
56
# File 'lib/sup/horizontal_selector.rb', line 53

def roll_right
  @selection = (@selection + 1) % @labels.length
  @changed_by_user = true
end