class RSpec::Expectations::BlockSnippetExtractor

def body_content_lines

single line and implementing the logic introduces additional complexity.
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