Method: Bio::EMBLDB::Common#de
- Defined in:
- lib/bio/db/embl/common.rb
#de ⇒ Object Also known as: description, definition
returns a String int the DE line.
DE Line
121 122 123 124 125 126 |
# File 'lib/bio/db/embl/common.rb', line 121 def de unless @data['DE'] @data['DE'] = fetch('DE') end @data['DE'] end |