append 2

append(value) Instance Public methods

new

new( first, whitespace=true, parent=nil ) Class Public methods Constructor. CData is data between <![CDATA[ ... ]]> Examples CData.new( source ) CData.new( "Here is some CDATA" ) CData.new( "Some unprocessed data", respect_whitespace_TF, parent_element )

peek_token

peek_token() Instance Public methods Returns the next token on the stream without modifying the stream

have_declared_libvar

have_declared_libvar(var, headers = nil, opt = "", &b) Instance Public methods

release_connection

release_connection(with_id = current_connection_id) Instance Public methods Signal that the thread is finished with the current connection. release_connection releases the connection-thread association and returns the connection to the pool.

real?

num.real? â true or false Instance Public methods Returns true if num is a Real (i.e. non Complex).

_thread_tkwait 2

_thread_tkwait(mode, target) Instance Public methods

enumerate

enumerate(tag, options={}) Class Public methods Prints all annotations with tag tag under the root directories app, config, db, lib, and test (recursively). Additional directories may be added using a comma-delimited list set using ENV['SOURCE_ANNOTATION_DIRECTORIES']. Directories may also be explicitly set using the :dirs key in options. SourceAnnotationExtractor.enumerate 'TODO|FIXME', dirs: %w(app lib), tag: true If options has a :tag flag, it will be passed to each annotation'

listen

listen(address, port) Instance Public methods Adds listeners from address and port to the server. See WEBrick::Utils.create_listeners for details.

start_job

start_job(command = nil) Instance Public methods start a job