Class: SuperDiff::RSpec::MatcherTextTemplate::Break
- Defined in:
- lib/super_diff/rspec/matcher_text_template.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#to_string_in_multiline_mode ⇒ Object
221 222 223 |
# File 'lib/super_diff/rspec/matcher_text_template.rb', line 221 def to_string_in_multiline_mode "\n" end |
#to_string_in_singleline_mode ⇒ Object
217 218 219 |
# File 'lib/super_diff/rspec/matcher_text_template.rb', line 217 def to_string_in_singleline_mode " " end |