Class: SuperDiff::RSpec::MatcherTextTemplate::Break

Inherits:
Base
  • Object
show all
Defined in:
lib/super_diff/rspec/matcher_text_template.rb

Instance Method Summary collapse

Methods inherited from Base

#length

Instance Method Details

#to_string_in_multiline_modeObject



224
225
226
# File 'lib/super_diff/rspec/matcher_text_template.rb', line 224

def to_string_in_multiline_mode
  "\n"
end

#to_string_in_singleline_modeObject



220
221
222
# File 'lib/super_diff/rspec/matcher_text_template.rb', line 220

def to_string_in_singleline_mode
  " "
end