start

start(interval=None) Instance Public methods def step=(amount) tk_send_without_enc('step', amount) end

encoding_convert_from 2

encoding_convert_from(str, enc=None) Instance Public methods Alias for: encoding_convertfrom

app_middleware

app_middleware() Instance Public methods This allows you to modify the application's middlewares from Engines. All operations you run on the #app_middleware will be replayed on the application once it is defined and the default_middlewares are created

move8

move8(step = nil) Instance Public methods

ownerDocument

ownerDocument() Instance Public methods IXMLDOMDocument ownerDocument document that contains the node

is_rubytk?

is_rubytk?() Instance Public methods

new

new(request, option={}) Class Public methods Create a new CGI::Session object for request. request is an instance of the CGI class (see cgi.rb). option is a hash of options for initialising this CGI::Session instance. The following options are recognised: session_key the parameter name used for the session id. Defaults to '_session_id'. #session_id the session id to use. If not provided, then it is retrieved from the session_key parameter of the request, or automatically ge

to_bn

to_bn() Instance Public methods

escape

Regexp.escape(str) â string Class Public methods Escapes any characters that would have special meaning in a regular expression. Returns a new escaped string, or self if no characters are escaped. For any string, Regexp.new(Regexp.escape(str))=~str will be true. Regexp.escape('\*?{}.') #=> \\\*\?\{\}\.

authenticate

authenticate(user, secret, authtype = DEFAULT_AUTH_TYPE) Instance Public methods