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
index_at_path(tag, str) 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))
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.
beep(percent = 50) Class Public methods
prev_week(start_day = Date.beginning_of_week) Instance Public methods Returns a new date/time representing the given day in the previous week. Week is assumed to start on start_day, default is Date.beginning_of_week or config.beginning_of_week when set. DateTime objects have their time set to 0:00. last_week
Page 173 of 2275