Class: PgConduit::STDOUTWriter

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

Instance Method Summary collapse

Instance Method Details

#writeObject



3
4
5
# File 'lib/pg_conduit/stdout_writer.rb', line 3

def write
  puts yield
end