Sha256: d0f7c8550b0d1f785e1036bc5f5bc6166f962440dc8901bcf8af8a5a57bc385c
Contents?: true
Size: 267 Bytes
Versions: 1
Compression:
Stored size: 267 Bytes
Contents
# -*- ruby encoding: utf-8 -*- ## # BER extensions to +true+. module Net::BER::Extensions::TrueClass ## # Converts +true+ to the BER wireline representation of +true+. def to_ber # http://tools.ietf.org/html/rfc4511#section-5.1 "\001\001\xFF" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubinius-net-ldap-0.11 | lib/net/ber/core_ext/true_class.rb |