class String

Public Instance Methods

_to_i()
Alias for: to_i
to_i() click to toggle source
# File lib/zen_to_i/string_ext.rb, line 8
def to_i
  self.zen_to_i._to_i
end
Also aliased as: _to_i