module Bio::PDB::DataType::Pdb_Integer
Public Class Methods
new(str)
click to toggle source
# File lib/bio/db/pdb/pdb.rb, line 67 def self.new(str) str.to_i end
# File lib/bio/db/pdb/pdb.rb, line 67 def self.new(str) str.to_i end