class RSpec::Expectations::BlockSnippetExtractor

def initialize(proc, method_name)

def initialize(proc, method_name)
  @proc = proc
  @method_name = method_name.to_s.freeze
end