extension 2

extension(name, enable) Instance Public methods Enables or disables the extension with name

insert

insert(idx='end', keys={}) Instance Public methods

show_now

show_now() Instance Public methods

to_s

true.to_s â "true" Instance Public methods The string representation of true is âtrueâ. inspect

reflect_on_association

reflect_on_association(association) Instance Public methods Returns the AssociationReflection object for the association (use the symbol). Account.reflect_on_association(:owner) # returns the owner AssociationReflection Invoice.reflect_on_association(:line_items).macro # returns :has_many @api public

accept_nonblock

socket.accept_nonblock => [client_socket, client_addrinfo] Instance Public methods Accepts an incoming connection using accept(2) after O_NONBLOCK is set for the underlying file descriptor. It returns an array containing the accepted socket for the incoming connection, client_socket, and an Addrinfo, client_addrinfo. Example # In one script, start this first require 'socket' include Socket::Constants socket = Socket.new(AF_INET, SOCK_STREAM, 0) sockaddr = Socket.sockaddr_in(220

index

index(column_name, options = {}) Instance Public methods Adds a new index to the table. column_name can be a single Symbol, or an Array of Symbols. See ActiveRecord::ConnectionAdapters::SchemaStatements#add_index Creating a simple index t.index(:name) Creating a unique index t.index([:branch_id, :party_id], unique: true) Creating a named index t.index([:branch_id, :party_id], unique: true, name: 'by_branch_party')

trust=

trust=(p1) Instance Public methods

section

section(name) Instance Public methods

tagid

tagid(tagOrId) Instance Public methods