stale_session_check!

stale_session_check!() Instance Public methods

accessor

accessor() Instance Public methods

ignore

ignore() Instance Public methods Use this to ignore a CodeObject and all its children until found again (#record_location is called). An ignored item will not be shown in documentation. See github issue #55 The ignored status is temporary in order to allow implementation details to be hidden. At the end of processing a file RDoc allows all classes and modules to add new documentation to previously created classes. If a class was ignored (via stopdoc) then reopened later with addi

share_stdin 2

share_stdin(dist, src = '') Instance Public methods

cget_tkstring

cget_tkstring(option) Instance Public methods

id2obj

id2obj(chart, id) Class Public methods

file_field

file_field(name = "", size = 20, maxlength = nil) Instance Public methods Generate an File Upload Input element as a string. The attributes of the element can be specified as three arguments, name, size, and maxlength. maxlength is the maximum length of the file's name, not of the file's contents. Alternatively, the attributes can be specified as a hash. See multipart_form() for forms that include file uploads. file_field("name") # <INPUT TYPE="file" NAME="name" SIZE="20">

dump

dump( obj [, anIO] , limit=-1 ) â anIO Class Public methods Serializes obj and all descendant objects. If anIO is specified, the serialized data will be written to it, otherwise the data will be returned as a String. If limit is specified, the traversal of subobjects will be limited to that depth. If limit is negative, no checking of depth will be performed. class Klass def initialize(str) @str = str end def say_hello @str end end (produces no output) o = Klass.ne

extern

extern(signature, *opts) Instance Public methods Creates a global method from the given C signature.

element_create

element_create(name, type, *args) Class Public methods