Results for: "module_function"

No documentation available
No documentation available

This class represents a YAML sequence.

A YAML sequence is basically a list, and looks like this:

%YAML 1.1
---
- I am
- a Sequence

A YAML sequence may have an anchor like this:

%YAML 1.1
---
&A [
  "This sequence",
  "has an anchor"
]

A YAML sequence may also have a tag like this:

%YAML 1.1
---
!!seq [
  "This sequence",
  "has a tag"
]

This class represents a sequence in a YAML document. A Psych::Nodes::Sequence node may have 0 or more children. Valid children for this node are:

No documentation available
No documentation available

TimeStamp struct

SEC_WINNT_AUTH_IDENTITY structure

Handles “Negotiate” type authentication. Geared towards authenticating with a proxy server over HTTP

No documentation available

Class for representing WebDAV method UNLOCK:

require 'net/http'
uri = URI('http://example.com')
hostname = uri.hostname # => "example.com"
req = Net::HTTP::Unlock.new(uri) # => #<Net::HTTP::Unlock UNLOCK>
res = Net::HTTP.start(hostname) do |http|
  http.request(req)
end

See Request Headers.

Related:

Ripper doesn’t include the rest of the token in the event, so we need to trim it down to just the content on the first line when comparing.

A constant field represents a constant value on a node. Effectively, it represents an identifier found within the source. It resolves to a symbol in Ruby.

A constant list field represents a list of constant values on a node. It resolves to an array of symbols in Ruby.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Gem uninstaller command line tool

See ‘gem help uninstall`

No documentation available
No documentation available
Search took: 8ms  ·  Total Results: 5313