Method: Bio::NCBIDB::Common#definition
- Defined in:
- lib/bio/db/genbank/common.rb
#definition ⇒ Object
DEFINITION – Returns contents of the DEFINITION record as a String.
40 41 42 |
# File 'lib/bio/db/genbank/common.rb', line 40 def definition field_fetch('DEFINITION') end |