module Bio::PDB::DataType::Pdb_List
Public Class Methods
new(str)
click to toggle source
# File lib/bio/db/pdb/pdb.rb 79 def self.new(str) 80 str.to_s.strip.split(/\,\s*/) 81 end
# File lib/bio/db/pdb/pdb.rb 79 def self.new(str) 80 str.to_s.strip.split(/\,\s*/) 81 end