Class: NilClass

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

Instance Method Summary collapse

Instance Method Details

#can_diff?Boolean

Returns:

  • (Boolean)


37
38
39
# File 'lib/uttk/streams/Diff.rb', line 37

def can_diff?
  false
end

#compare_stream(stream) ⇒ Object



24
25
26
# File 'lib/uttk/streams.rb', line 24

def compare_stream ( stream )
  true
end

#to_s_for_uttk_logObject



27
28
29
# File 'lib/uttk/streams.rb', line 27

def to_s_for_uttk_log
  false
end