Method: Wukong::Processor::Improver#get_function

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

#get_function(record) ⇒ Object

All kinds of assumptions here, record is tab-delimited and the first field is a name of a function to call



28
29
30
# File 'lib/wukong/widget/reducers/improver.rb', line 28

def get_function record
  record.first
end