Results for: "OptionParser"

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

def call_operator: () -> String?

The location of the ‘=` operator.

@x = y
   ^

attr_reader operator_loc: Location

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 opening parenthesis.

a, (b, c) = 1, 2, 3
   ^

The location of the closing parenthesis.

a, (b, c) = 1, 2, 3
        ^

The location of the opening parenthesis.

(a, b, c) = 1, 2, 3
^

The location of the closing parenthesis.

(a, b, c) = 1, 2, 3
        ^

The location of the operator.

a, b, c = 1, 2, 3
        ^

attr_reader operator_loc: Location

attr_reader operator_loc: Location

The location of the ‘or` keyword or the `||` operator.

left or right
     ^^

attr_reader operator_loc: Location

attr_reader lparen_loc: Location

attr_reader rparen_loc: Location

attr_reader operator_loc: Location

The location of the ‘..` or `…` operator.

attr_reader operator_loc: Location?

attr_reader operator_loc: Location

def experimental_everything?: () -> bool

Search took: 6ms  ·  Total Results: 6041