Class: SuperDiff::RSpec::MatcherTextTemplate::Insertion

Inherits:
Text
  • Object
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

Constructor Details

This class inherits a constructor from SuperDiff::RSpec::MatcherTextTemplate::Text

Instance Method Details

#to_string_in_multiline_modeObject



234
235
236
# File 'lib/super_diff/rspec/matcher_text_template.rb', line 234

def to_string_in_multiline_mode
  evaluate.to_string_in_multiline_mode
end

#to_string_in_singleline_modeObject



230
231
232
# File 'lib/super_diff/rspec/matcher_text_template.rb', line 230

def to_string_in_singleline_mode
  evaluate.to_string_in_singleline_mode
end