Flowdock

686 results found for "array"

instance_methods

(Module, >= v1_8_6_287 <= v2_6_3)
Importance_2_sm

Returns an array containing the names of the public and protected instance methods in the receiver. For a module, these are the public and protected methods; for a class, they are the instance (not singleton) methods. If the optional parameter is false, the methods of any ancestors are not included .

values_at

(MatchData, >= v1_8_6_287 <= v2_6_3)
Importance_1_sm

Uses each index to access the matching values, returning an array of the corresponding matches.

get_file_and_line_from_caller

(RSS::Utils, >= v1_8_6_287 <= v2_6_3)
Importance_2_sm

Returns an array of two elements: the filename where the calling method is located, and the line number where it is defined. Takes an optional argument i, which specifies how many callers up the stack to look. Examples:

hash

(Array, >= v1_8_6_287 <= v2_6_3)
Importance_1_sm

Compute a hash-code for this array. Two arrays with the same content will have the same hash code (and will compare using #eql? ). See also Object#hash.

ole_type_detail

(WIN32OLE_VARIABLE, >= v1_8_6_287 <= v2_6_3)
Importance_1_sm

Returns detail information of type. The information is array of type.

bmbm

(Benchmark, >= v1_9_1_378 <= v2_6_3)
Importance_2_sm

only so much that #bmbm can do, and the results are not guaranteed to be isolated from garbage collection and other effects. Because #bmbm takes two passes through the tests, it can calculate the required label width. #bmbm yields a Benchmark::Job object and returns an array of Benchmark::Tms objects.

bmbm

(Benchmark, >= v1_8_6_287 <= v2_6_3)
Importance_2_sm

only so much that #bmbm can do, and the results are not guaranteed to be isolated from garbage collection and other effects. Because #bmbm takes two passes through the tests, it can calculate the required label width. #bmbm yields a Benchmark::Job object and returns an array of Benchmark::Tms objects.

DRb::DRbArray

Importance_1_sm

An Array wrapper that can be sent to another server via DRb . All entries in the array will be dumped or be references that point to the local server.

reachable_objects_from

(ObjectSpace, >= v2_1_10 <= v2_6_3)
Importance_2_sm

array only includes one `x’ object. If `obj’ is a non-markable (non-heap management) object such as true, false, nil, symbols and Fixnums (and Flonum) then it simply returns nil. If `obj’ has references to an internal object, then it returns instances of ObjectSpace::InternalObjectWrapper class. This object contains

extensions=

(Gem::Specification, >= v1_9_3_125 <= v2_6_3)
Importance_1_sm

Sets extensions to extensions, ensuring it is an array. Don’t use this, push onto the array instead.

component_ary

(URI::Generic, >= v1_8_6_287 <= v2_6_3)
Importance_1_sm

returns an Array of the components defined from the COMPONENT Array

concat

(Array, >= v1_8_6_287 <= v2_6_3)
Importance_2_sm

Appends the elements of +other_ary+s to self . See also Array#+.

peeraddr

(IPSocket, >= v1_9_1_378 <= v2_6_3)
Importance_2_sm

array which contains address_family, port, hostname and numeric_address. It is defined for connection oriented socket such as TCPSocket . If reverse_lookup is true or :hostname, hostname is obtained from numeric_address using reverse lookup. Or if it is false, or :numeric, hostname is same as numeric_address. Or if it is nil or omitted

variables

(WIN32OLE_TYPE, >= v1_8_6_287 <= v2_6_3)
Importance_1_sm

Returns array of WIN32OLE_VARIABLE objects which represent variables defined in OLE class.

to_a

(YAML::DBM, >= v1_8_6_287 <= v2_6_3)
Importance_1_sm

Converts the contents of the database to an array of [key, value] arrays, and returns it.

to_a

(DBM, >= v1_9_3_125 <= v2_6_3)
Importance_1_sm

Converts the contents of the database to an array of [key, value] arrays, and returns it.

search

(Net::IMAP, >= v1_8_6_287 <= v2_6_3)
Importance_2_sm

array of search keywords and arguments. The following are some common search criteria; see [IMAP] section 6.4.4 for a full list . <message set> a set of message sequence numbers. ‘,’ indicates an interval, ‘:’ indicates a range. For instance, ‘2,10:12,15’ means “2,10,11,12,15”. BEFORE

to_a

(Enumerable, >= v1_8_6_287 <= v2_6_3)
Importance_1_sm

Returns an array containing the items in enum .

shuffle

(Array, >= v1_8_7_72 <= v2_6_3)
Importance_2_sm

Returns a new array with elements of self shuffled.

addr

(IPSocket, >= v1_9_1_378 <= v2_6_3)
Importance_2_sm

array which contains address_family, port, hostname and numeric_address. If reverse_lookup is true or :hostname, hostname is obtained from numeric_address using reverse lookup. Or if it is false, or :numeric, hostname is same as numeric_address. Or if it is nil or omitted, obeys to ipsocket.do_not_reverse

xlist

(Net::IMAP, >= v1_9_3_125 <= v2_6_3)
Importance_2_sm

match. If mailbox is empty, the root name of refname and the hierarchy delimiter are returned. The XLIST command is like the LIST command except that the flags returned refer to the function of the folder/mailbox, e.g. :Sent The return value is an array of +Net::IMAP::MailboxList+. For example:

to_a

(Matrix, >= v1_8_6_287 <= v2_5_5)
Importance_1_sm

Returns an array of arrays that describe the rows of the matrix.

to_a

(Struct, >= v1_8_6_287 <= v2_6_3)
Importance_1_sm

Returns the values for this struct as an Array .

values

(Struct, >= v1_8_6_287 <= v2_6_3)
Importance_1_sm

Returns the values for this struct as an Array .

singleton_methods

(Object, >= v1_8_6_287 <= v2_6_3)
Importance_2_sm

Returns an array of the names of singleton methods for obj . If the optional all parameter is true, the list will include methods in modules included in obj . Only public and protected singleton methods are returned.

Net::IMAP

Importance_0_sm

array of flag symbols that are set for this message. Flag symbols are capitalized by String#capitalize. INTERNALDATE A string representing the internal date of the message. RFC822 Equivalent to BODY[]. RFC822.HEADER Equivalent to BODY.PEEK[HEADER]. RFC822.SIZE A number expressing the [RFC-822] size of the message. RFC822.TEXT Equivalent to BODY

list

(Net::IMAP, >= v1_8_6_287 <= v2_6_3)
Importance_2_sm

hierarchy); and ‘%’, which matches all characters except the hierarchy delimiter. If refname is empty, mailbox is used directly to determine which mailboxes to match. If mailbox is empty, the root name of refname and the hierarchy delimiter are returned. The return value is an array of +Net::IMAP::MailboxList+. For example:

CSV

Importance_0_sm

field will remain unchanged. This Hash is intentionally left unfrozen and users should feel free to add values to it that can be accessed by all CSV objects. To add a combo field, the value should be an Array of names. Combo fields can be nested with other combo fields.

waitall

(Process, >= v1_8_6_287 <= v2_6_3)
Importance_1_sm

Waits for all children, returning an array of pid/status pairs (where status is a Process::Status object).

elements

(Vector, >= v1_8_6_287 <= v2_5_5)
Importance_1_sm

Creates a vector from an Array . The optional second argument specifies whether the array itself or a copy is used internally.