accept_heading

accept_heading(heading) Instance Public methods Adds heading to the output

__tk_call

__tk_call(*args) Instance Public methods Alias for: tk_call

text_area

text_area(object_name, method, options = {}) Instance Public methods Returns a textarea opening and closing tag set tailored for accessing a specified attribute (identified by method) on an object assigned to the template (identified by object). Additional options on the input tag can be passed as a hash with options. Examples text_area(:post, :body, cols: 20, rows: 40) # => <textarea cols="20" rows="40" id="post_body" name="post[body]"> # #{@post.body} # </text

fnmatch

File.fnmatch( pattern, path, [flags] ) â (true or false)File.fnmatch?( pattern, path, [flags] ) â (true or false) Class Public methods Returns true if path matches against pattern The pattern is not a regular expression; instead it follows rules similar to shell filename globbing. It may contain the following metacharacters: * Matches any file. Can be restricted by other values in the glob. * will match all files; c* will match all files beginning with c; *c will match all files

textSearch

textSearch(w, string, tag) Instance Public methods textSearch â Search for all instances of a given string in a text widget and apply a given tag to each instance found. Arguments: w - The window in which to search. Must be a text widget. string - The string to search for. The search is done using exact matching only; no special characters. tag - Tag to apply to each instance of a matching string.

inspect

ary.inspect â stringary.to_s â string Instance Public methods Creates a string representation of self. [ "a", "b", "c" ].to_s #=> "[\"a\", \"b\", \"c\"]" to_s

reset

digest_obj.reset â digest_obj Instance Public methods Resets the digest to the initial state and returns self.

columnconfigure

columnconfigure(tagOrId, slot, value=None) Instance Public methods Alias for: column_configure

show_variable

show_variable(name) Instance Public methods SHOW VARIABLES LIKE 'name'

new

new(arg) Class Public methods