Results for: "Array"

Represents the location of the operator.

foo.bar ||= value
        ^^^

def call_operator: () -> String?

def comment_targets: () -> Array[Node | Location]

def variable_call?: () -> bool

def call_operator: () -> String

def comment_targets: () -> Array[Node | Location]

Represents the location of the ‘=>` operator.

foo => bar
    ^^

def comment_targets: () -> Array[Node | Location]

def comment_targets: () -> Array[Node | Location]

def comment_targets: () -> Array[Node | Location]

def inheritance_operator: () -> String?

def comment_targets: () -> Array[Node | Location]

def comment_targets: () -> Array[Node | Location]

def comment_targets: () -> Array[Node | Location]

The location of the ‘=` operator.

@@foo = :bar
      ^

def comment_targets: () -> Array[Node | Location]

attr_reader operator_loc: Location

def comment_targets: () -> Array[Node | Location]

def comment_targets: () -> Array[Node | Location]

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

def comment_targets: () -> Array[Node | Location]

attr_reader operator_loc: Location

def comment_targets: () -> Array[Node | Location]

def comment_targets: () -> Array[Node | Location]

The location of the ‘=` operator.

::ABC = 123
      ^
Search took: 5ms  ·  Total Results: 2478