module AppleCore::Refinements::Integer

Public Instance Methods

to_strict_i() click to toggle source
# File lib/apple_core/refinements/integer.rb, line 7
def to_strict_i
  to_i
end