delete() Instance Public methods
begy() Instance Public methods A getter for the beginning line (Y coord) of the window
eventloop_wait(check_root = false) Instance Public methods
row(master, index, keys=nil) Class Public methods
apop?() Instance Public methods Always returns true.
crls=(p1) Instance Public methods
version() Instance Public methods
ary Instance Public methods AppendâPushes the given object on to the end of this array. This expression returns the array itself, so several appends may be chained together. [ 1, 2 ] << "c" << "d" << [ 3, 4 ] #=> [ 1, 2, "c", "d", [ 3, 4 ] ]
underscore(camel_cased_word) Instance Public methods Makes an underscored, lowercase form from the expression in the string. Changes '::' to '/' to convert namespaces to paths. 'ActiveModel'.underscore # => "active_model" 'ActiveModel::Errors'.underscore # => "active_model/errors" As a rule of thumb you can think of underscore as the inverse of camelize, though there are cases where that does not hold: 'SSLError'.underscore.camelize # => "SslError"
^(tag) Instance Public methods
Page 1728 of 2275