Method: Bio::PDB::DataType::Pdb_List.new

Defined in:
lib/bio/db/pdb/pdb.rb

.new(str) ⇒ Object



80
81
82
# File 'lib/bio/db/pdb/pdb.rb', line 80

def self.new(str)
  str.to_s.strip.split(/\,\s*/)
end