class Array

Public Instance Methods

to_i() click to toggle source
# File lib/missing_math/array.rb, line 3
def to_i
  i = self.join('').to_i
end