_TK_TABLE_LIST() Class Public methods
mailer_name() Class Public methods Returns the name of current mailer. This method is also being used as a path for a view lookup. If this is an anonymous mailer, this method will return anonymous instead. controller_path
current() Class Public methods Active RDoc::RDoc instance
makeNotebook() Instance Public methods Notebook demonstration:
set_on_display(win, data, keys=nil) Class Public methods
cget_strict(option) Instance Public methods
bind(seq, *args) Instance Public methods def bind(seq, cmd=Proc.new, *args) @c.itembind(@id, seq, cmd, *args) self end
+(other) Instance Public methods Appends a pathname fragment to self to produce a new Pathname object. p1 = Pathname.new("/usr") # Pathname:/usr p2 = p1 + "bin/ruby" # Pathname:/usr/bin/ruby p3 = p1 + "/etc/passwd" # Pathname:/etc/passwd This method doesn't access the file system; it is pure string manipulation.
debug() Instance Public methods
clear() Instance Public methods
Page 468 of 2275