Method: Bio::AAindex#comment
- Defined in:
- lib/bio/db/aaindex.rb
#comment ⇒ Object
Returns comment (if any).
159 160 161 162 163 164 165 |
# File 'lib/bio/db/aaindex.rb', line 159 def comment if @data['comment'] @data['comment'] else @data['comment'] = field_fetch('*') end end |