Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/calc24/ext.rb
Instance Method Summary collapse
Instance Method Details
#to_i ⇒ Object
2 3 4 5 6 |
# File 'lib/calc24/ext.rb', line 2 def to_i self.map do |char| char.to_i end end |