Method: Wukong::Processor::Sort#setup
- Defined in:
- lib/wukong/widget/reducers/sort.rb
#setup ⇒ Object
Intializes the array of records that will hold all the values.
122 123 124 125 |
# File 'lib/wukong/widget/reducers/sort.rb', line 122 def setup super() @records = [] end |