textInsert

textInsert(w, string) Instance Public methods

set_canvas

set_canvas(win) Instance Public methods

parse!

parse!(source, opts = {}) Instance Public methods Parse the JSON document source into a Ruby data structure and return it. The bang version of the parse method defaults to the more dangerous values for the opts hash, so be sure only to parse trusted source documents. opts can have the following keys: max_nesting: The maximum depth of nesting allowed in the parsed data structures. Enable depth checking with :max_nesting => anInteger. The parse! methods defaults to not doing max

metrics_hash_displayof 2

metrics_hash_displayof(win, option=nil) Instance Public methods

post_connection_check

post_connection_check(hostname) Instance Public methods Perform hostname verification after an SSL connection is established This method MUST be called after calling connect to ensure that the hostname of a remote peer has been verified.

def_iconv_convert

def_iconv_convert(to_enc, from_enc, depth=0) Instance Public methods

complete

complete(min_visibility) Instance Public methods Prepares the RDoc code object tree for use by a generator. It finds unique classes/modules defined, and replaces classes/modules that are aliases for another one by a copy with RDoc::ClassModule#is_alias_for set. It updates the RDoc::ClassModule#constant_aliases attribute of ârealâ classes or modules. It also completely removes the classes and modules that should be removed from the documentation and the methods that have a visibilit

invalid_namespace?

invalid_namespace?() Class Public methods

blockquote

blockquote(cite = {}) Instance Public methods Generate a BlockQuote element as a string. cite can either be a string, give the URI for the source of the quoted text, or a hash, giving all attributes of the element, or it can be omitted, in which case the element has no attributes. The body is provided by the passed-in no-argument block blockquote("http://www.example.com/quotes/foo.html") { "Foo!" } #=> "<BLOCKQUOTE CITE=\"http://www.example.com/quotes/foo.html\">Foo!<

text_selection_to

text_selection_to(idx) Instance Public methods