Method: Factbook::Comparisons#to_a

Defined in:
lib/factbook/comparisons.rb

#to_aObject



43
44
45
# File 'lib/factbook/comparisons.rb', line 43

def to_a
  @comps.collect {|comp| comp.num }   ## return array of nums   -- return something else - why? why not?
end