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