Flowdock

686 results found for "array"

to_a

(Array, >= v1_8_6_287 <= v2_6_3)
Importance_1_sm

Returns self . If called on a subclass of Array, converts the receiver to an Array object.

open_message_stream

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

message with this method. Parameters from_addr is a String representing the source mail address. to_addr is a String or Strings or Array of Strings, representing the destination mail address or addresses. Example Errors This method may raise: Net::SMTPServerBusy Net::SMTPSyntaxError Net::SMTPFatalError Net::SMTPUnknownError Net::ReadTimeout IOError

next_values

(Enumerator, >= v1_9_2_180 <= v2_6_3)
Importance_2_sm

array in the enumerator, and move the internal position forward. When the position reached at the end, StopIteration is raised. This method can be used to distinguish yield and yield nil. Example Note that next_values does not affect other non-external enumeration methods unless underlying iteration method itself has side

entitydecl

(REXML::SAX2Listener, >= v1_8_6_287 <= v2_6_3)
Importance_2_sm

method is an array of the entity declaration. It can be in a number of formats, but in general it returns (example, result): “open-hatch”, “PUBLIC”, “-//Textuality//TEXT Standard open-hatch boilerplate//EN”, “ http://www.textuality.com/boilerplate/OpenHatch.xml” <!ENTITY hatch-pic SYSTEM “../grafix/OpenHatch.gif” NDATA gif> “hatch-pic”, “SYSTEM”, “../grafix/OpenHatch.gif”, “NDATA”, “gif”

OpenSSL::ASN1::Constructive

Importance_2_sm

Array . Attributes are the same as for ASN1Data, with the addition of tagging . SET and SEQUENCE Most constructed encodings come in the form of a SET or a SEQUENCE. These encodings are represented by one of the two sub-classes of Constructive: OpenSSL::ASN1::Set OpenSSL::ASN1::Sequence Please note

executables=

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

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

list

(Thread, >= v1_8_6_287 <= v2_6_3)
Importance_1_sm

Returns an array of Thread objects for all threads that are either runnable or stopped.

children

(Pathname, >= v1_8_6_287 <= v2_6_3)
Importance_2_sm

array of Pathname objects. By default, the returned pathnames will have enough information to access the files. If you set with_directory to false, then the returned pathnames will contain the filename only. For example: Note that the results never contain the entries . and .. in the directory because they are not children

new

(Gem::Installer, >= v1_9_3_125 <= v2_6_3)
Importance_2_sm

Only validate dependencies against what is in the install_dir :wrappers Install wrappers if true, symlinks if false. :build_args An Array of arguments to pass to the extension builder process. If not set, then Gem::Command.build_args is used :post_install_message Print gem post install message if true

requirements=

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

Set requirements to req, ensuring it is an array. Don’t use this, push onto the array instead.

shelljoin

(Shellwords, >= v1_8_7_72 <= v2_6_3)
Importance_2_sm

Builds a command line string from an argument list, array . All elements are joined into a single string with fields separated by a space, where each element is escaped for the Bourne shell and stringified using to_s .

shelljoin

(Shellwords, >= v1_9_1_378 <= v2_6_3)
Importance_2_sm

Builds a command line string from an argument list, array . All elements are joined into a single string with fields separated by a space, where each element is escaped for the Bourne shell and stringified using to_s .

extra_rdoc_files=

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

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

doc/syntax.rdoc

Importance_2_sm

Arrays, Hashes, etc. Assignment Assignment and variables Control Expressions if, unless, while, until, for, break, next, redo Methods Method and method argument syntax Calling Methods How to call a method (or send a message to a method) Modules and Classes Creating modules and classes including inheritance Exceptions Exception handling syntax

Net::IMAP::BodyTypeBasic

Importance_2_sm

octets. md5 Returns a string giving the body MD5 value as defined in [MD5]. disposition Returns a Net::IMAP::ContentDisposition object giving the content disposition. language Returns a string or an array of strings giving the body language value as defined in [LANGUAGE-TAGS]. extension Returns extension data. multipart? Returns false.

read

(CSV, >= v1_9_1_378 <= v2_6_3)
Importance_1_sm

Slurps the remaining rows and returns an Array of Arrays. The data source must be open for reading.

raw_data

(GC::Profiler, >= v2_1_10 <= v2_6_3)
Importance_2_sm

Array of individual raw profile data Hashes ordered from earliest to latest by :GC_INVOKE_TIME . For example: The keys mean: :GC_TIME Time elapsed in seconds for this GC run :GC_INVOKE_TIME Time elapsed in seconds from startup to when the GC was invoked :HEAP_USE_SIZE Total

entries

(Enumerable, >= v1_8_6_287 <= v2_6_3)
Importance_1_sm

Returns an array containing the items in enum .

add_status

(OpenSSL::OCSP::BasicResponse, >= v1_9_1_378 <= v2_6_3)
Importance_2_sm

Array of OpenSSL::X509::Extension to be included in the SingleResponse . This is also optional. Note that the times, revocation_time, this_update and next_update can be specified in either of Integer or Time object. If they are Integer, it is treated as the relative seconds from the current

rdoc_options=

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

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

first

(Enumerable, >= v1_8_7_72 <= v2_6_3)
Importance_2_sm

Returns the first element, or the first n elements, of the enumerable. If the enumerable is empty, the first form returns nil, and the second form returns an empty array.

REXML::XPathParser

Importance_0_sm

Expr takes a stack of path elements and a set of nodes (either a Parent or an Array and returns an Array of matching nodes

members

(Struct, >= v1_8_6_287 <= v2_6_3)
Importance_1_sm

Returns the struct members as an array of symbols:

join

(Array, >= v1_8_6_287 <= v2_6_3)
Importance_2_sm

Returns a string created by converting each element of the array to a string, separated by the given separator . If the separator is nil, it uses current $,. If both the separator and $, are nil, it uses an empty string.

from_list

(Gem::NameTuple, >= v2_1_10 <= v2_6_3)
Importance_1_sm

Turn an array of [name, version, platform] into an array of NameTuple objects.

start_document

(Psych::Handler, >= v1_9_3_125 <= v2_6_3)
Importance_2_sm

directives, if the document is implicit . version will be an array of integers indicating the YAML version being dealt with, tag_directives is a list of tuples indicating the prefix and suffix of each tag, and implicit is a boolean indicating whether the document is started implicitly. Example Given the following YAML:

captures

(MatchData, >= v1_8_6_287 <= v2_6_3)
Importance_1_sm

Returns the array of captures ; equivalent to mtch.to_a .

named_captures

(Regexp, >= v1_9_1_378 <= v2_6_3)
Importance_1_sm

Returns a hash representing information about named captures of rxp . A key of the hash is a name of the named captures. A value of the hash is an array which is list of indexes of corresponding named captures.

return_type_detail

(WIN32OLE_METHOD, >= v1_8_6_287 <= v2_6_3)
Importance_1_sm

Returns detail information of return value type of method. The information is array.

to_a

(REXML::Elements, >= v1_8_6_287 <= v2_6_3)
Importance_1_sm

Returns an Array of Element children. An XPath may be supplied to filter the children. Only Element children are returned, even if the supplied XPath matches non-Element children.