Module: MoreCoreExtensions::NumericAndNilToIWithMethod
- Defined in:
- lib/more_core_extensions/core_ext/string/to_i_with_method.rb
Instance Method Summary collapse
-
#to_f_with_method ⇒ Object
See String#to_f_with_method.
-
#to_i_with_method ⇒ Object
See String#to_i_with_method.
Instance Method Details
#to_f_with_method ⇒ Object
See String#to_f_with_method
71 72 73 |
# File 'lib/more_core_extensions/core_ext/string/to_i_with_method.rb', line 71 def to_f_with_method to_f end |
#to_i_with_method ⇒ Object
See String#to_i_with_method
66 67 68 |
# File 'lib/more_core_extensions/core_ext/string/to_i_with_method.rb', line 66 def to_i_with_method to_i end |