Class: Uttk::Streams::Diff

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

Instance Attribute Summary

Attributes inherited from Stream

#my, #name, #ref

Instance Method Summary collapse

Methods inherited from Stream

#clean, #compare_streams, #initialize, #status

Constructor Details

This class inherits a constructor from Uttk::Streams::Stream

Instance Method Details

#to_uttk_log(log) ⇒ Object



13
14
15
# File 'lib/uttk/streams/Diff.rb', line 13

def to_uttk_log ( log )
  log["diff_#@name"] = @ref.to_diff_for_uttk_log(@my) if @ref.can_diff?
end