| Class | IO |
| In: |
lib/uttk/streams.rb
lib/uttk/streams/Diff.rb lib/uttk/loaders/Loader.rb |
| Parent: | Object |
# File lib/uttk/streams.rb, line 54 def compare_stream ( stream ) rewind read.compare_stream(stream) end
# File lib/uttk/loaders/Loader.rb, line 101 def testify ( symtbl, &block ) read.testify(symtbl, &block) end
# 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