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