Cleaning up the Net::BER core extension docs.
This commit is contained in:
parent
64bcdd0912
commit
b4c2bfe0f9
7 changed files with 32 additions and 31 deletions
|
@ -1,3 +1,5 @@
|
|||
##
|
||||
# BER extensions to the Array class.
|
||||
module Net::BER::Extensions::Array
|
||||
##
|
||||
# Converts an Array to a BER sequence. All values in the Array are
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
##
|
||||
# BER extensions to the Bignum class.
|
||||
module Net::BER::Extensions::Bignum
|
||||
##
|
||||
# Converts a Bignum to an uncompressed BER integer.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
##
|
||||
# BER extensions to +false+.
|
||||
module Net::BER::Extensions::FalseClass
|
||||
##
|
||||
# Converts +false+ to the BER wireline representation of +false+.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
##
|
||||
# Ber extensions to the Fixnum class.
|
||||
module Net::BER::Extensions::Fixnum
|
||||
##
|
||||
# Converts the fixnum to BER format.
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
require 'stringio'
|
||||
|
||||
##
|
||||
# BER extensions to the String class.
|
||||
module Net::BER::Extensions::String
|
||||
##
|
||||
# Converts a string to a BER string. Universal octet-strings are tagged
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
##
|
||||
# BER extensions to +true+.
|
||||
module Net::BER::Extensions::TrueClass
|
||||
##
|
||||
# Converts +true+ to the BER wireline representation of +true+.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue