class Integer

Public Instance Methods

to_strict_i() click to toggle source
# File lib/molten_core/integer.rb, line 2
def to_strict_i
  to_i
end