Method: Bio::Fasta#option=

Defined in:
lib/bio/appl/fasta.rb

#option=(str) ⇒ Object



53
54
55
56
# File 'lib/bio/appl/fasta.rb', line 53

def option=(str)
  # backward compatibility
  @options = Shellwords.shellwords(str)
end