Sha256: 8f672550c4075f6db3e14ba21dad865e8aa860fb0f3407069eb312faf7fc110a

Contents?: true

Size: 92 Bytes

Versions: 1

Compression:

Stored size: 92 Bytes

Contents

module PgConduit
  class NullWriter
    def write
      nil.tap { yield }
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pg_conduit-0.1.0 lib/pg_conduit/null_writer.rb