Method: Sequel::Plugins::List::InstanceMethods#move_to_bottom
- Defined in:
- lib/sequel/plugins/list.rb
#move_to_bottom ⇒ Object
Move this instance to the bottom (last position) of the list.
154 155 156 157 |
# File 'lib/sequel/plugins/list.rb', line 154 def move_to_bottom lp = last_position move_to(lp, lp) end |