Method: Sequel::Plugins::List::ClassMethods#top_of_list
- Defined in:
- lib/sequel/plugins/list.rb
#top_of_list ⇒ Object (readonly)
An Integer to use as the position of the top of the list. Defaults to 1.
93 94 95 |
# File 'lib/sequel/plugins/list.rb', line 93 def top_of_list @top_of_list end |