module Bio::PDB::DataType::Pdb_SList
Public Class Methods
new(str)
click to toggle source
# File lib/bio/db/pdb/pdb.rb 73 def self.new(str) 74 str.to_s.strip.split(/\;\s*/) 75 end
# File lib/bio/db/pdb/pdb.rb 73 def self.new(str) 74 str.to_s.strip.split(/\;\s*/) 75 end