module Format
Public Class Methods
money(value)
click to toggle source
# File lib/blackjack/format.rb, line 4 def self.money(value) format_str = '%.2f' format(format_str, value) end
# File lib/blackjack/format.rb, line 4 def self.money(value) format_str = '%.2f' format(format_str, value) end