[Source]
# File lib/uttk/streams/Diff.rb, line 43 def can_diff? false end
# File lib/uttk/streams.rb, line 33 def compare_stream ( stream ) stream.read =~ self end
[Validate]