Results for: "pstore"

attr_reader operator_loc: Location

def call_operator: () -> String?

def ignore_visibility?: () -> bool

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.

def ignore_visibility?: () -> bool

attr_reader operator_loc: Location

def call_operator: () -> String?

def ignore_visibility?: () -> bool

The location of the ‘=` operator.

@x = y
   ^

def ignore_case?: () -> bool

def ignore_case?: () -> bool

attr_reader operator_loc: Location

attr_reader operator_loc: Location

The location of the ‘=` operator.

x = :y
  ^

def ignore_case?: () -> bool

attr_reader operator_loc: Location

attr_reader operator_loc: Location

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 operator_loc: Location

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

Search took: 3ms  ·  Total Results: 4418