Class: NilClass
- Defined in:
- lib/ttk/strategies/Streams.rb,
lib/ttk/strategies/Streams/Diff.rb
Instance Method Summary collapse
Instance Method Details
#can_diff? ⇒ Boolean
37 38 39 |
# File 'lib/ttk/strategies/Streams/Diff.rb', line 37 def can_diff? false end |
#compare_stream(stream) ⇒ Object
30 31 32 |
# File 'lib/ttk/strategies/Streams.rb', line 30 def compare_stream ( stream ) true end |
#to_s_for_ttk_log ⇒ Object
33 34 35 |
# File 'lib/ttk/strategies/Streams.rb', line 33 def to_s_for_ttk_log false end |