Module: LiquidStream::Matchers

Defined in:
lib/liquid_stream/matchers.rb,
lib/liquid_stream/matchers/stream.rb,
lib/liquid_stream/matchers/version.rb

Defined Under Namespace

Classes: Stream

Constant Summary collapse

VERSION =
"0.0.1"

Instance Method Summary collapse

Instance Method Details

#stream(expected) ⇒ Object



7
8
9
# File 'lib/liquid_stream/matchers.rb', line 7

def stream(expected)
  Stream.new(expected)
end