Method: Aggkit::Watcher::Pipe#puts

Defined in:
lib/aggkit/watcher.rb

#puts(str) ⇒ Object



21
22
23
# File 'lib/aggkit/watcher.rb', line 21

def puts(str)
  @write.puts str.to_s
end