Class: IO
- Defined in:
- lib/uttk/streams.rb,
lib/uttk/streams/Diff.rb,
lib/uttk/loaders/Loader.rb
Instance Method Summary collapse
- #compare_stream(stream) ⇒ Object
- #testify(symtbl, &block) ⇒ Object
- #to_diff_for_uttk_log(my) ⇒ Object
- #to_s_for_uttk_log ⇒ Object
Instance Method Details
#compare_stream(stream) ⇒ Object
60 61 62 63 |
# File 'lib/uttk/streams.rb', line 60 def compare_stream ( stream ) rewind read.compare_stream(stream) end |
#testify(symtbl, &block) ⇒ Object
101 102 103 |
# File 'lib/uttk/loaders/Loader.rb', line 101 def testify ( symtbl, &block ) read.testify(symtbl, &block) end |
#to_diff_for_uttk_log(my) ⇒ Object
55 56 57 58 |
# 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 |
#to_s_for_uttk_log ⇒ Object
64 65 66 67 |
# File 'lib/uttk/streams.rb', line 64 def to_s_for_uttk_log rewind read end |