Class NilClass
In: lib/uttk/streams.rb
lib/uttk/streams/Diff.rb
Parent: Object

Methods

Public Instance methods

[Source]

# File lib/uttk/streams/Diff.rb, line 37
  def can_diff?
    false
  end

[Source]

# File lib/uttk/streams.rb, line 24
  def compare_stream ( stream )
    true
  end

[Source]

# File lib/uttk/streams.rb, line 27
  def to_s_for_uttk_log
    false
  end

[Validate]