to_ruby_for_cache() Instance Public methods Returns a Ruby lighter-weight code representation of this specification, used for indexing only. See to_ruby.
fourth() Instance Public methods Find the fourth record. If no order is defined it will order by primary key. Person.fourth # returns the fourth object fetched by SELECT * FROM people Person.offset(3).fourth # returns the fourth object from OFFSET 3 (which is OFFSET 6) Person.where(["user_name = :u", { u: user_name }]).fourth
add(str) Instance Public methods Adds str as an ACLEntry in this list
textbind(context, *args) Instance Public methods def textbind(*args) _bind_for_event_class(Event_for_Items, [path, 'bindText'], *args) self end
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.
names() Instance Public methods
render_content_type_from_body() Instance Public methods
selection_modify(sel, desel) Instance Public methods
third() Instance Public methods Equal to self[2]. %w( a b c d e ).third # => "c"
respond_to_missing?(name, include_private) Instance Public methods
Page 112 of 2275