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



216
217
218
# File 'lib/super_diff/rspec/matcher_text_template.rb', line 216

def to_string_in_multiline_mode
  "\n"
end

#to_string_in_singleline_modeObject



212
213
214
# File 'lib/super_diff/rspec/matcher_text_template.rb', line 212

def to_string_in_singleline_mode
  ' '
end