class RSpec::Expectations::BlockSnippetExtractor
def body_content_lines
but it's not implemented yet since because we use result of this method only when it's a
Ideally we should properly handle indentations of multiline snippet,
def body_content_lines raw_body_lines.map(&:strip).reject(&:empty?) end