at_beginning_of_day() Instance Public methods Alias for: beginning_of_day
length() Instance Public methods Alias for: size
force_default_encoding?() Class Public methods
ARGF.close â ARGF Instance Public methods Closes the current file and skips to the next in the stream. Trying to close a file that has already been closed causes an +IOError+ to be raised. For example: $ ruby argf.rb foo bar ARGF.filename #=> "foo" ARGF.close ARGF.filename #=> "bar" ARGF.close ARGF.close #=> closed stream (IOError)
imagebind_append(context, *args) Instance Public methods def #imagebind_append(*args) _bind_append_for_event_class(Event_for_Items, [path, 'bindImage'], *args) self end
load_class_data(klass_name) Instance Public methods Loads ri data for klass_name
button_bindinfo(seq=nil) Instance Public methods
to_ruby_for_cache() Instance Public methods Returns a Ruby lighter-weight code representation of this specification, used for indexing only. See to_ruby.
add(str) Instance Public methods Adds str as an ACLEntry in this list
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
Page 111 of 2275