executable?

File.executable?(file_name) â true or false Class Public methods Returns true if the named file is executable by the effective user id of this process.

tcl_match_wordBreakAfter=

tcl_match_wordBreakAfter=(val) Class Public methods

__pseudo_toplevel_evaluable=

__pseudo_toplevel_evaluable=(mode) Class Public methods

commit

commit() Instance Public methods Ends the current #transaction, committing any changes to the data store immediately. Example: require "pstore" store = PStore.new("data_file.pstore") store.transaction do # begin transaction # load some data into the store... store[:one] = 1 store[:two] = 2 store.commit # end transaction here, committing changes store[:three] = 3 # this change is never reached end WARNING: This method is only valid in a #transaction. It wil

add_column_sql

add_column_sql(table_name, column_name, type, options = {}) Instance Protected methods

getobj

getobj(event) Class Public methods

coerce

coerce(other) Instance Public methods

conditional_hello_with_expires_in_with_public_and_must_revalidate

conditional_hello_with_expires_in_with_public_and_must_revalidate() Instance Public methods

textarea

textarea(name = "", cols = 70, rows = 10) Instance Public methods Generate a TextArea element, as a String. name is the name of the textarea. cols is the number of columns and rows is the number of rows in the display. Alternatively, the attributes can be specified as a hash. The body is provided by the passed-in no-argument block textarea("name") # = textarea("NAME" => "name", "COLS" => 70, "ROWS" => 10) textarea("name", 40, 5) # = textarea("NAME" => "name", "C

layout

layout(style=nil, spec=nil) Class Public methods