Results for: "uniq!"

No documentation available
No documentation available

Releases all internal structural references for this engine.

May raise an EngineError if the engine is unavailable

Tokenize string returning the Ruby object

Calls String#unpack on sockopt.data.

sockopt = Socket::Option.new(:INET, :SOCKET, :KEEPALIVE, [1].pack("i"))
p sockopt.unpack("i")      #=> [1]
p sockopt.data.unpack("i") #=> [1]

Logs a message at the unknown (syslog alert) log level, or logs the message returned from the block.

Returns true if the stream is finished.

Finishes the stream and flushes output buffer. If a block is given each chunk is yielded to the block until the input buffer has been flushed to the output buffer.

Closes the GzipFile object. Unlike Zlib::GzipFile#close, this method never calls the close method of the associated IO object. Returns the associated IO object.

Returns the rest of the data which had read for parsing gzip format, or nil if the whole gzip file is not parsed yet.

See Zlib::GzipReader documentation for a description.

See Zlib::GzipReader documentation for a description.

Starts the DRb main loop in a new thread.

No documentation available

Finishes the HTTP session and closes the TCP connection. Raises IOError if the session has not been started.

Sends a UNLOCK request to the path and gets a response, as an HTTPResponse object.

Sends a UNSUBSCRIBE command to remove the specified mailbox name from the server’s set of “active” or “subscribed” mailboxes.

A Net::IMAP::NoResponseError is raised if mailbox cannot be unsubscribed from; for instance, because the client is not currently subscribed to it.

Sends a EXPUNGE command to permanently remove from the currently selected mailbox all messages that have the Deleted flag set.

Finishes a POP3 session and closes TCP connection.

Finishes the SMTP session and closes TCP connection. Raises IOError if not started.

Evaluates to the unnormalized value of this entity; that is, replacing all entities – both %ent; and &ent; entities. This differs from +value()+ in that value only replaces %ent; entities.

No documentation available
No documentation available

Unescapes all possible entities

Run the command specified by args.

Search took: 9ms  ·  Total Results: 411