Method: InterMine::PathQuery::Query#all_rows
- Defined in:
- lib/intermine/query.rb
#all_rows ⇒ Object
Return all the rows returned by running the query
446 447 448 |
# File 'lib/intermine/query.rb', line 446 def all_rows return self.rows end |