toggle_recurse

toggle_recurse() Instance Public methods

bind

bind(*args) Instance Public methods forbid to change binding of @base frame

sum

sum(*args) Instance Public methods Calculates the sum of values on a given column. The value is returned with the same data type of the column, 0 if there's no row. See calculate for examples with options. Person.sum(:age) # => 4562

interrupt

interrupt(thread, id, exception) Instance Public methods Interrupts the timeout handler id and raises exception

service

service(req, res) Instance Public methods Services the request req which will fill in the response res. See WEBrick::HTTPServlet::AbstractServlet#service for details.

set_value

set_value(slice, *args) Instance Public methods Alias for: set

new

new(parent, index, keys) Class Public methods

match

match(path, options=nil) Instance Public methods Matches a url pattern to one or more routes. You should not use the `match` method in your router without specifying an HTTP method. If you want to expose your action to both GET and POST, use: # sets :controller, :action and :id in params match ':controller/:action/:id', via: [:get, :post] Note that :controller, :action, :id are interpreted as url query parameters and thus available as params in an action. If you want to expose y

iMovieButton1

iMovieButton1(w, x, y) Instance Public methods

list

list(*args) Instance Public methods Returns an array of file information in the directory (the output is like `ls -l`). If a block is given, it iterates through the listing. ls dir