Method: Nimbus.write

Defined in:
lib/nimbus.rb

.write(str) ⇒ Object

Writes to the standard output



55
56
57
# File 'lib/nimbus.rb', line 55

def write(str)
  STDOUT.write str
end