Results for: "OptionParser"

No documentation available

Add the –prerelease option to the option parser.

Run UDP/IP server loop on the given sockets.

The return value of Socket.udp_server_sockets is appropriate for the argument.

It calls the block for each message received.

Parses a given string as a blob that contains configuration for OpenSSL.

Get the names of all sections in the current configuration.

Parse the YAML document contained in yaml. Events will be called on the handler set on the parser instance.

See Psych::Parser and Psych::Parser#handler

Starts the parser. init is a data accumulator and is passed to the next event handler (as of Enumerable#inject).

Returns the type library version.

tlib = WIN32OLE_TYPELIB.new('Microsoft Excel 9.0 Object Library')
puts tlib.version #-> "1.3"

Parse a raw cookie string into a hash of cookie-name=>Cookie pairs.

cookies = CGI::Cookie.parse("raw_cookie_string")
  # { "name1" => cookie1, "name2" => cookie2, ... }
No documentation available

Create a DRbUnknownError exception containing this object.

Returns true; retained for compatibility.

No documentation available
No documentation available

Version of the gem

Override to display a longer description of what this command does.

The Requirement of the unresolved dependency (not Version).

Parse obj, returning an [op, version] pair. obj can be a String or a Gem::Version.

If obj is a String, it can be either a full requirement specification, like ">= 1.2", or a simple version number, like "1.2".

parse("> 1.0")                 # => [">", Gem::Version.new("1.0")]
parse("1.0")                   # => ["=", Gem::Version.new("1.0")]
parse(Gem::Version.new("1.0")) # => ["=,  Gem::Version.new("1.0")]

A string representation of this Version.

No documentation available

A detailed description of this gem. See also summary

Set the version to version, potentially also setting required_rubygems_version if version indicates it is a prerelease.

Parses uri, raising if it’s invalid

Parses uri, returning the original uri if it’s invalid

No documentation available
Search took: 5ms  ·  Total Results: 3967