Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/calc24/ext.rb

Instance Method Summary collapse

Instance Method Details

#to_iObject



2
3
4
5
6
# File 'lib/calc24/ext.rb', line 2

def to_i
  self.map do |char| 
    char.to_i
  end
end