safe_join

safe_join(array, sep=$,) Instance Public methods This method returns a html safe string similar to what Array#join would return. All items in the array, including the supplied separator, are html escaped unless they are html safe, and the returned string is marked as html safe. safe_join(["<p>foo</p>".html_safe, "<p>bar</p>"], "<br />") # => "<p>foo</p>&lt;br /&gt;&lt;p&gt;bar&lt;/p&gt;" safe_join(["<p>foo&

set_owner 2

set_owner(keys=nil) Instance Public methods

conj

num.conj â selfnum.conjugate â self Instance Public methods Returns self.

set_mark

set_mark(mark, index) Instance Public methods Alias for: mark_set

itemconfiginfo

itemconfiginfo(container, *args) Class Public methods Also aliased as: __itemconfiginfo

open

open( filename, mode = "rb", options = Hash.new ) { |faster_csv| ... }open( filename, options = Hash.new ) { |faster_csv| ... }open( filename, mode = "rb", options = Hash.new )open( filename, options = Hash.new ) Class Public methods This method opens an IO object, and wraps that with CSV. This is intended as the primary interface for writing a CSV file. You must pass a filename and may optionally add a mode for Ruby's open(). You may also pass an optional Hash containing any op

vrootx

vrootx(win) Class Public methods

crosshairs

crosshairs() Instance Public methods

tcl_match_startOfNextWord

tcl_match_startOfNextWord() Class Public methods

add_entry

name.add_entry(oid, value [, type]) => self Instance Public methods Adds a new entry with the given oid and value to this name. The oid is an object identifier defined in ASN.1. Some common OIDs are: C Country Name CN Common Name DC Domain Component O Organization Name OU Organizational Unit Name ST State or Province Name