Method: Regexp#compare_stream

Defined in:
lib/uttk/streams.rb

#compare_stream(stream) ⇒ Object



33
34
35
# File 'lib/uttk/streams.rb', line 33

def compare_stream ( stream )
  stream.read =~ self
end