Method: Factbook::Comparisons#to_a
- Defined in:
- lib/factbook-fields/comparisons.rb
#to_a ⇒ Object
42 43 44 |
# File 'lib/factbook-fields/comparisons.rb', line 42 def to_a @comps.collect {|comp| comp.num } ## return array of nums -- return something else - why? why not? end |