Results for: "to_proc"

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

Represents the location of the operator.

foo.bar &&= value
        ^^^

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

Represents the location of the operator.

foo.bar ||= value
        ^^^

Represents the location of the ‘=>` operator.

foo => bar
    ^^

The location of the ‘=` operator.

@@foo = :bar
      ^

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

The location of the ‘=` operator.

::ABC = 123
      ^

The location of the ‘=` operator.

FOO = :bar
    ^

attr_reader operator_loc: Location?

attr_reader operator_loc: Location

attr_reader operator_loc: Location

The location of the ‘=` operator.

$foo = :bar
     ^

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

The location of the ‘=` operator.

@x = y
   ^

attr_reader operator_loc: Location

attr_reader operator_loc: Location

The location of the ‘=` operator.

x = :y
  ^
Search took: 14ms  ·  Total Results: 2407