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