Method: Bio::AAindex#author
- Defined in:
- lib/bio/db/aaindex.rb
#author ⇒ Object
Returns authors in the A line.
132 133 134 135 136 137 138 |
# File 'lib/bio/db/aaindex.rb', line 132 def if @data['author'] @data['author'] else @data['author'] = field_fetch('A') end end |