Method: InterMine::Results::ResultsRow#to_a
- Defined in:
- lib/intermine/results.rb
#to_a ⇒ Object
Return an Array version of the row.
156 157 158 |
# File 'lib/intermine/results.rb', line 156 def to_a return @results.map {|x| x["value"]} end |