Method: Redwood::HorizontalSelector#roll_left
- Defined in:
- lib/sup/horizontal_selector.rb
#roll_left ⇒ Object
48 49 50 51 |
# File 'lib/sup/horizontal_selector.rb', line 48 def roll_left @selection = (@selection - 1) % @labels.length @changed_by_user = true end |