traverse

OpenSSL::ASN1.traverse(asn1) â nil Class Public methods If a block is given, it prints out each of the elements encountered. Block parameters are (in that order): depth: The recursion depth, plus one with each constructed value being encountered (Number) offset: Current byte offset (Number) header length: Combined length in bytes of the Tag and Length headers. (Number) length: The overall remaining length of the entire data (Number) constructed: Whether this value is cons

withdraw

withdraw() Instance Public methods

ipv4?

addrinfo.ipv4? => true or false Instance Public methods returns true if addrinfo is IPv4 address. returns false otherwise. Addrinfo.tcp("127.0.0.1", 80).ipv4? #=> true Addrinfo.tcp("::1", 80).ipv4? #=> false Addrinfo.unix("/tmp/sock").ipv4? #=> false

keep

keep(k = nil) Instance Public methods Keeps either the entire current flash or a specific flash entry available for the next action: flash.keep # keeps the entire flash flash.keep(:notice) # keeps only the "notice" entry, the rest of the flash is discarded

remove 2

remove(*wins) Instance Public methods

id

id() Instance Public methods

set_item_image

set_item_image(item, col, img, *args) Instance Public methods

response_overridden?

response_overridden?() Instance Protected methods

name

name() Instance Public methods

handle_directive

handle_directive(prefix, directive, param, code_object = nil, encoding = nil) Instance Public methods Performs the actions described by directive and its parameter param. code_object is used for directives that operate on a class or module. prefix is used to ensure the replacement for handled directives is correct. encoding is used for the include directive. For a list of directives in RDoc see RDoc::Markup.