Class: UringMachine

Inherits:
Object
  • Object
show all
Defined in:
lib/tp2.rb

Instance Method Summary collapse

Instance Method Details

#puts(str) ⇒ Object



9
10
11
# File 'lib/tp2.rb', line 9

def puts(str)
  write_async(1, "#{str}\n")
end