at_end_of_month

at_end_of_month() Instance Public methods Alias for: end_of_month

succ!

str.succ! â str Instance Public methods Equivalent to String#succ, but modifies the receiver in place.

copy_static

copy_static() Instance Public methods Copies static files from the static_path into the output directory

lines

str.lines(separator=$/) â an_array Instance Public methods Returns an array of lines in str split using the supplied record separator ($/ by default). This is a shorthand for str.each_line(separator).to_a. If a block is given, which is a deprecated form, works the same as each_line.

num_columns

num_columns() Instance Public methods Alias for: numcolumns

civil

Date.civil([year=-4712[, month=1[, mday=1[, start=Date::ITALY]]]]) â date Class Public methods Creates a date object denoting the given calendar date. In this class, BCE years are counted astronomically. Thus, the year before the year 1 is the year zero, and the year preceding the year zero is the year -1. The month and the day of month should be a negative or a positive number (as a relative month/day from the end of year/month when negative). They should not be zero. The las

mode

mode(sel_mode) Instance Public methods set 'mode' option of listboxes

run_callbacks

run_callbacks(kind, &block) Instance Public methods Runs the callbacks for the given event. Calls the before and around callbacks in the order they were set, yields the block (if given one), and then runs the after callbacks in reverse order. If the callback chain was halted, returns false. Otherwise returns the result of the block, or true if no block is given. run_callbacks :save do save end

_get_global_var2

_get_global_var2(var_name, index_name) Instance Public methods

latintagfont_copy

latintagfont_copy(tagOrId, win, wintag=nil, winkey=nil, targetkey=nil) Instance Public methods Also aliased as: asciitagfont_copy