☰
Home
Pages
Classes
Methods
Class Methods
new
module Bio::PDB::DataType::Pdb_SList
Public Class Methods
new
(str)
Source
# File lib/bio/db/pdb/pdb.rb
74
def
self
.
new
(
str
)
75
str
.
to_s
.
strip
.
split
(
/\;\s*/
)
76
end