Results for: "pstore"

Description

Returns the full path for an HTTP request, as required by Net::HTTP::Get.

If the URI contains a query, the full path is URI#path + ‘?’ + URI#query. Otherwise, the path is simply URI#path.

Example:

uri = URI::HTTP.build(path: '/foo/bar', query: 'test=true')
uri.request_uri #  => "/foo/bar?test=true"

Represents the location of the ‘&&=` operator.

@@target &&= value
         ^^^

attr_reader operator_loc: Location

Returns the location of the binary operator used to modify the receiver. This method is deprecated in favor of binary_operator_loc.

attr_reader operator_loc: Location

attr_reader operator_loc: Location

Returns the location of the binary operator used to modify the receiver. This method is deprecated in favor of binary_operator_loc.

attr_reader operator_loc: Location

attr_reader operator_loc: Location

Returns the location of the binary operator used to modify the receiver. This method is deprecated in favor of binary_operator_loc.

attr_reader operator_loc: Location

attr_reader operator_loc: Location

Returns the location of the binary operator used to modify the receiver. This method is deprecated in favor of binary_operator_loc.

attr_reader operator_loc: Location

attr_reader operator_loc: Location

Returns the location of the binary operator used to modify the receiver. This method is deprecated in favor of binary_operator_loc.

Represents the alternation operator location.

foo => bar | baz
           ^

The location of the ‘and` keyword or the `&&` operator.

left and right
     ^^^

The location of the ‘=>` operator, if present.

{ foo => bar }
      ^^

The location of the ‘**` operator.

{ **x }
  ^^

Represents the location of the ‘&` operator.

foo(&args)
    ^

Represents the location of the ‘&` operator.

def a(&b)
      ^
end

def ignore_visibility?: () -> bool

Represents the location of the operator.

foo.bar &&= value
        ^^^

def call_operator: () -> String?

Search took: 5ms  ·  Total Results: 4418