module Bio::PDB::DataType::Pdb_StringRJ
Public Class Methods
new(str)
click to toggle source
# File lib/bio/db/pdb/pdb.rb 144 def self.new(str) 145 str.to_s.gsub(/\A\s+/, '') 146 end
# File lib/bio/db/pdb/pdb.rb 144 def self.new(str) 145 str.to_s.gsub(/\A\s+/, '') 146 end