# File lib/rspec/mocks/any_instance/recorder.rb, line 117
        def build_alias_method_name(method_name)
          "__#{method_name}_without_any_instance__"
        end