lib/io_streams/stream.rb in iostreams-1.0.0 vs lib/io_streams/stream.rb in iostreams-1.1.0
- old
+ new
@@ -46,10 +46,9 @@
end
# Return the options already set for either a stream or option.
def setting(stream)
builder.setting(stream)
- self
end
# Returns [Hash<Symbol:Hash>] the pipeline of streams
# with their options that will be applied when the reader or writer is invoked.
def pipeline