Method: Croupier.write

Defined in:
lib/croupier.rb

.write(str) ⇒ Object

Writes to the standard output



49
50
51
52
# File 'lib/croupier.rb', line 49

def write(str)
  STDOUT.write str
  STDOUT.flush
end