Class: SuperDiff::RSpec::MatcherTextTemplate::Insertion
- Inherits:
-
Text
- Object
- Base
- Text
- SuperDiff::RSpec::MatcherTextTemplate::Insertion
show all
- Defined in:
- lib/super_diff/rspec/matcher_text_template.rb
Instance Method Summary
collapse
Methods inherited from Text
#initialize, #to_s
Methods inherited from Base
#length
Instance Method Details
#to_string_in_multiline_mode ⇒ Object
231
232
233
|
# File 'lib/super_diff/rspec/matcher_text_template.rb', line 231
def to_string_in_multiline_mode
evaluate.to_string_in_multiline_mode
end
|
#to_string_in_singleline_mode ⇒ Object
227
228
229
|
# File 'lib/super_diff/rspec/matcher_text_template.rb', line 227
def to_string_in_singleline_mode
evaluate.to_string_in_singleline_mode
end
|