Method: Bio::NCBIDB::Common#keywords
- Defined in:
- lib/bio/db/genbank/common.rb
#keywords ⇒ Object
KEYWORDS – Returns contents of the KEYWORDS record as an Array of Strings.
84 85 86 |
# File 'lib/bio/db/genbank/common.rb', line 84 def keywords @data['KEYWORDS'] ||= fetch('KEYWORDS').chomp('.').split(/; /) end |