Class: IO

Inherits:
Object show all
Defined in:
lib/uttk/streams.rb,
lib/uttk/streams/Diff.rb,
lib/uttk/loaders/Loader.rb

Instance Method Summary collapse

Instance Method Details

#compare_stream(stream) ⇒ Object



54
55
56
57
# File 'lib/uttk/streams.rb', line 54

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_logObject



58
59
60
61
# File 'lib/uttk/streams.rb', line 58

def to_s_for_uttk_log
  rewind
  read
end