new() Class Public methods
wm_frame() Instance Public methods Alias for: frame
configinfo(slot = nil) Instance Public methods def configure(slot, value) tk_call @t.path, 'image', 'configure', @index, "-#{slot}", value end
setup_maker(maker) Instance Public methods
run(b=new_toplevel) Instance Public methods Generate results and print them. (see #result)
terminated?() Instance Public methods Returns true if option processing has terminated, false otherwise.
ARGF.readline(sep=$/) â stringARGF.readline(limit) â stringARGF.readline(sep, limit) â string Instance Public methods Returns the next line from the current file in ARGF. By default lines are assumed to be separated by +$/+; to use a different character as a separator, supply it as a String for the sep argument. The optional limit argument specifies how many characters of each line to return. By default all characters are returned. An EOFError is raised at the end of the
Thread.main â thread Class Public methods Returns the main thread.
load_response( stringOrReadable ) Class Public methods Also aliased as: load
dump_call( methodName, *params ) Instance Public methods
Page 2206 of 2275