Results for: "OptionParser"

def call_operator: () -> String?

def call_operator: () -> String?

def call_operator: () -> String?

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
        ^^^

def call_operator: () -> String?

def call_operator: () -> String

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 lparen_loc: Location?

attr_reader rparen_loc: Location?

attr_reader lparen_loc: Location?

attr_reader rparen_loc: Location?

attr_reader operator_loc: Location

attr_reader operator_loc: Location

The location of the ‘=` operator.

$foo = :bar
     ^

attr_reader operator_loc: Location

def call_operator: () -> String?

def call_operator: () -> String?

Search took: 8ms  ·  Total Results: 6041