class Magiq::Types::Float

Public Instance Methods

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