Class: SuperDiff::OperationTrees::MultilineString
- Defined in:
- lib/super_diff/operation_trees/multiline_string.rb
Class Method Summary collapse
Methods inherited from Base
#flatten, #initialize, #perhaps_elide, #pretty_print, #to_diff
Constructor Details
This class inherits a constructor from SuperDiff::OperationTrees::Base
Class Method Details
.applies_to?(value) ⇒ Boolean
4 5 6 |
# File 'lib/super_diff/operation_trees/multiline_string.rb', line 4 def self.applies_to?(value) value.is_a?(::String) && value.is_a?(::String) end |