class Magiq::Types::Int

Public Instance Methods

cast!() click to toggle source
# File lib/magiq/types.rb, line 75
def cast!
  raw.to_i
end