__set_toplevel_aliases__

__set_toplevel_aliases__(target, obj, *symbols) Class Public methods

check_box_tag

check_box_tag(name, value = "1", checked = false, options = {}) Instance Public methods Creates a check box form input tag. Options :disabled - If set to true, the user will not be able to use this input. Any other key creates standard HTML options for the tag. Examples check_box_tag 'accept' # => <input id="accept" name="accept" type="checkbox" value="1" /> check_box_tag 'rock', 'rock music' # => <input id="rock" name="rock" type="checkbox" value="rock music"

bg_eval_proc

bg_eval_proc(*args, &blk) Class Public methods Also aliased as: background_eval_proc, thread_eval_proc, bg_call, background_call

abort 2

abort(msg = nil) Instance Public methods

order!

order!(argv = default_argv, &nonopt) Instance Public methods Same as order, but removes switches destructively. Non-option arguments remain in argv.

strptime

DateTime.strptime([string='-4712-01-01T00:00:00+00:00'[, format='%FT%T%z'[ ,start=ITALY]]]) â datetime Class Public methods Parses the given representation of date and time with the given template, and creates a date object. strptime does not support specification of flags and width unlike strftime. DateTime.strptime('2001-02-03T04:05:06+07:00', '%Y-%m-%dT%H:%M:%S%z') #=> #<DateTime: 2001-02-03T04:05:06+07:00 ...> DateTime.strptime('03-02-2001

delch

delch() Class Public methods Delete the character under the cursor

append

append(to, filter) Instance Public methods

selection_clear

selection_clear() Instance Public methods

to_s

to_s(p1 = v1, p2 = v2) Instance Public methods Alias for: export