Class IO
In: lib/uttk/streams.rb
lib/uttk/streams/Diff.rb
lib/uttk/loaders/Loader.rb
Parent: Object

Methods

Public Instance methods

[Source]

# File lib/uttk/streams.rb, line 54
  def compare_stream ( stream )
    rewind
    read.compare_stream(stream)
  end

[Source]

# File lib/uttk/loaders/Loader.rb, line 101
  def testify ( symtbl, &block )
    read.testify(symtbl, &block)
  end

[Source]

# File lib/uttk/streams/Diff.rb, line 55
  def to_diff_for_uttk_log ( my )
    rewind
    readlines.join.to_diff_for_uttk_log(my)
  end

[Source]

# File lib/uttk/streams.rb, line 58
  def to_s_for_uttk_log
    rewind
    read
  end

[Validate]