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.

define_task

define_task(task_class, *args, &block) Instance Public methods

new 2

new(type, name, data, keys = {}) Class Public methods

source_configinfo

source_configinfo(win, slot=nil) Class Public methods

new

new(opts = {}) Class Public methods Synopsis URI::Parser.new([opts]) Args The constructor accepts a hash as options for parser. Keys of options are pattern names of URI components and values of options are pattern strings. The constructor generetes set of regexps for parsing URIs. You can use the following keys: * :ESCAPED (URI::PATTERN::ESCAPED in default) * :UNRESERVED (URI::PATTERN::UNRESERVED in default) * :DOMLABEL (URI::PATTERN::DOMLABEL in default) * :TOPLABEL (URI::PATTERN

json_create

json_create(object) Class Public methods Deserializes JSON string by constructing new Range object with arguments a serialized by to_json.

paragraph

paragraph(value) Instance Public methods Creates a paragraph for value

==

rng == obj â true or false Instance Public methods Returns true only if obj is a Range, has equivalent begin and end items (by comparing them with ==), and has the same exclude_end? setting as the range. (0..2) == (0..2) #=> true (0..2) == Range.new(0,2) #=> true (0..2) == (0...2) #=> false

complete?

complete?() Instance Public methods

have_type

have_type(type, headers = nil, opt = "", &b) Instance Public methods Returns whether or not the static type type is defined. You may optionally pass additional headers to check against in addition to the common header files. You may also pass additional flags to opt which are then passed along to the compiler. If found, a macro is passed as a preprocessor constant to the compiler using the type name, in uppercase, prepended with HAVE_TYPE_. For example, if have_type('foo') ret