Class Uttk::Streams::Diff
In: lib/uttk/streams/Diff.rb
Parent: Stream

Methods

Public Instance methods

[Source]

# 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

[Validate]