Sha256: 63e9b5adb91f60f80e1fc80638aa343fe072d977460b8b41d2df78c0d9ea1a1d
Contents?: true
Size: 373 Bytes
Versions: 38
Compression:
Stored size: 373 Bytes
Contents
# Author:: Eric Crane (mailto:eric.crane@mac.com) # Copyright:: Copyright (c) 2020 Eric Crane. All rights reserved. # # Conversion tool: String to Decimal. # module Gloo module Convert class StringToDecimal # # Convert the given string value to an integer. # def convert( value ) return value.to_f end end end end
Version data entries
38 entries across 38 versions & 1 rubygems