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 67
67:         def self.new(str)
68:           str.to_i
69:         end

[Validate]