textbind

textbind(context, *args) Instance Public methods def textbind(*args) _bind_for_event_class(Event_for_Items, [path, 'bindText'], *args) self end

names

names() Instance Public methods

realpath

realpath(p1 = v1) Instance Public methods Returns the real (absolute) pathname for self in the actual filesystem. Does not contain symlinks or useless dots, .. and .. All components of the pathname must exist when this method is called.

render_content_type_from_body

render_content_type_from_body() Instance Public methods

selection_modify

selection_modify(sel, desel) Instance Public methods

third

third() Instance Public methods Equal to self[2]. %w( a b c d e ).third # => "c"

respond_to_missing?

respond_to_missing?(name, include_private) Instance Public methods

[]=

str[fixnum] = new_strstr[fixnum, fixnum] = new_strstr[range] = aStringstr[regexp] = new_strstr[regexp, fixnum] = new_strstr[regexp, name] = new_strstr[other_str] = new_str Instance Public methods Element AssignmentâReplaces some or all of the content of str. The portion of the string affected is determined using the same criteria as String#[]. If the replacement string is not the same length as the text it is replacing, the string will be adjusted accordingly. If the regular expre

schema_search_path=

schema_search_path=(schema_csv) Instance Public methods Sets the schema search path to a string of comma-separated schema names. Names beginning with $ have to be quoted (e.g. $user => '$user'). See: www.postgresql.org/docs/current/static/ddl-schemas.html This should be not be called manually but set in database.yml.

ac_arg_disable

ac_arg_disable(name, help_string, &block) Instance Public methods