Writes to the standard output
49 50 51 52
# File 'lib/croupier.rb', line 49 def write(str) STDOUT.write str STDOUT.flush end