crc32

Zlib.crc32(string, crc) Class Public methods Calculates CRC checksum for string, and returns updated value of crc. If string is omitted, it returns the CRC initial value. If crc is omitted, it assumes that the initial value is given to crc. FIXME: expression.

create

create(input) Class Public methods REFACTOR: There's no reason that this can't be unified with .new. .new is the standard Ruby factory method.

createTextNode

createTextNode(arg0) Instance Public methods IXMLDOMText createTextNode create a text node BSTR arg0 --- data [IN]

to_i

to_i() Instance Public methods

remove_entry_secure

remove_entry_secure(path, force = false) Class Public methods This method removes a file system entry path. path shall be a regular file, a directory, or something. If path is a directory, remove it recursively. This method is required to avoid TOCTTOU (time-of-check-to-time-of-use) local security vulnerability of rm_r. rm_r causes security hole when: * Parent directory is world writable (including /tmp). * Removing directory tree includes world writable directory. * The system

test_quote_as_mb_chars_no_column

test_quote_as_mb_chars_no_column() Instance Public methods

render_template

render_template(template_file, out_file = nil) Instance Public methods Load and render the erb template in the given template_file and write it out to out_file. Both template_file and out_file should be Pathname-like objects. An io will be yielded which must be captured by binding in the caller.

index

index(index) Instance Public methods

add_module

add_module(mod) Instance Public methods Records the parsing of a module mod

start_color

start_color() Class Public methods Initializes the color attributes, for terminals that support it. This must be called, in order to use color attributes. It is good practice to call it just after ::init_screen