Module Bio::PDB::DataType::Pdb_Integer
In: lib/bio/db/pdb/pdb.rb

Methods

new  

Public Class methods

[Source]

    # File lib/bio/db/pdb/pdb.rb, line 66
66:         def self.new(str)
67:           str.to_i
68:         end

[Validate]