Module: Bio::PDB::DataType::Pdb_List

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

Class Method Summary collapse

Class Method Details

.new(str) ⇒ Object



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

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