# File lib/net/ldap/core_ext/fixnum.rb, line 34
        def to_ber_application tag
            [0x40 + tag].pack("C") + to_ber_internal
        end