class RSpec::Matchers::BuiltIn::Satisfy

def extract_block_snippet

def extract_block_snippet
  return nil unless @block
  Expectations::BlockSnippetExtractor.try_extracting_single_line_body_of(@block, matcher_name)
end