Method: InterMine::PathQuery::Query#first_row
- Defined in:
- lib/intermine/query.rb
#first_row(start = 0) ⇒ Object
Get the first row of results from the query, starting at the given offset.
577 578 579 |
# File 'lib/intermine/query.rb', line 577 def first_row(start = 0) return self.results(start, 1).first end |