Method: Wukong::Processor::Sort#setup

Defined in:
lib/wukong/widget/reducers/sort.rb

#setupObject

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