Sha256: 3ecfcc15519aadc92fff9e4d021ec6ad07c68cc02dac241214c945ea769ea1c7
Contents?: true
Size: 101 Bytes
Versions: 2
Compression:
Stored size: 101 Bytes
Contents
class Float def to_money(options={}) MoneyInWords::Money.new(self, options).to_words end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
money_in_words-1.0.1 | lib/money_in_words/core_ext/float.rb |
money_in_words-1.0.0 | lib/money_in_words/core_ext/float.rb |