selection_toggle

selection_toggle(*items) Instance Public methods

previous

previous() Instance Public methods

draw6

draw6() Instance Public methods Dropping gumballs

_thread_vwait

_thread_vwait(var) Class Public methods

new

new(p1) Class Public methods

bind

bind(context, *args) Instance Public methods def bind(context, cmd=Proc.new, *args) @t.tab_bind(@id, context, cmd, *args) self end

time_select

time_select(object_name, method, options = {}, html_options = {}) Instance Public methods Returns a set of select tags (one for hour, minute and optionally second) pre-selected for accessing a specified time-based attribute (identified by method) on an object assigned to the template (identified by object). You can include the seconds with :include_seconds. You can get hours in the AM/PM format with :ampm option. This method will also generate 3 input hidden tags, for the actual ye

completer_word_break_characters

Readline.completer_word_break_characters â string Class Public methods Gets the basic list of characters that signal a break between words for rl_complete_internal(). Raises NotImplementedError if the using readline library does not support. Raises SecurityError exception if $SAFE is 4.

new

new(anchor = nil, tag = nil, implicit = true, style = BLOCK) Class Public methods Create a new Psych::Nodes::Mapping object. anchor is the anchor associated with the map or nil. tag is the tag associated with the map or nil. implicit is a boolean indicating whether or not the map was implicitly started. style is an integer indicating the mapping style. See Also See also Psych::Handler#start_mapping

asset_path

asset_path(source, options = {}) Instance Public methods Computes the path to asset in public directory. If :type options is set, a file extension will be appended and scoped to the corresponding public directory. All other asset *_path helpers delegate through this method. asset_path "application.js" # => /application.js asset_path "application", type: :javascript # => /javascripts/application.js asset_path "application", type: :stylesheet # =>