handle_unverified_request() Instance Public methods This is the method that defines the application behavior when a request is found to be unverified.
maxsize(*args) Instance Public methods Also aliased as: wm_maxsize
xview_scroll(*index) Instance Public methods
linestyle(style=None) Class Public methods
value=(val) Instance Public methods
except(*keys) Instance Public methods Returns a hash that includes everything but the given keys. This is useful for limiting a set of parameters to everything but a few known toggles: @person.update(params[:person].except(:admin))
index_at_path(tag, str) Instance Public methods
unixsocket.path => path Instance Public methods Returns the path of the local address of unixsocket. s = UNIXServer.new("/tmp/sock") p s.path #=> "/tmp/sock"
change_column(table_name, column_name, type, options = {}) Instance Public methods Changes the column of a table.
hash Instance Public methods Creates a hash for this BigDecimal. Two BigDecimals with equal sign, fractional part and exponent have the same hash.
Page 173 of 2275