class RSpec::Mocks::InstanceMethodStasher

def stashed_method_name

Other tags:
    Private: -
def stashed_method_name
  "obfuscated_by_rspec_mocks__#{@method}"
end