Method: Bio::PDB::DataType::Pdb_Real.new

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

.new(str) ⇒ Object



139
140
141
# File 'lib/bio/db/pdb/pdb.rb', line 139

def self.new(str)
  str.to_f
end