Sha256: 47ded4ef6c80a8ad6a91eeda1b053464b65ea6ea506f55a56714922d7c0cd942
Contents?: true
Size: 377 Bytes
Versions: 29
Compression:
Stored size: 377 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 GlooLang 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
29 entries across 29 versions & 1 rubygems