Method: Bio::PTS1.new_with_general_function
- Defined in:
- lib/bio/appl/pts1.rb
.new_with_general_function ⇒ Object
Short-cut for Bio::PTS1.new(Bio::PTS1::FUNCTION)
83 84 85 |
# File 'lib/bio/appl/pts1.rb', line 83 def self.new_with_general_function self.new('GENERAL') end |