Class: SuperDiff::RSpec::MatcherTextTemplate::PlainText

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_string_in_multiline_mode, #to_string_in_singleline_mode

Methods inherited from Base

#length, #to_string_in_multiline_mode, #to_string_in_singleline_mode

Constructor Details

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

Instance Method Details

#to_sObject



141
142
143
# File 'lib/super_diff/rspec/matcher_text_template.rb', line 141

def to_s
  evaluate.to_s
end