Results for: "pstore"

def ignore_visibility?: () -> bool

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

Represents the location of the operator.

foo.bar ||= value
        ^^^

def call_operator: () -> String?

def ignore_visibility?: () -> bool

def call_operator: () -> String

Represents the location of the ‘=>` operator.

foo => bar
    ^^

def inheritance_operator: () -> String?

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

def ensure_keyword: () -> String

attr_reader operator_loc: Location

def for_keyword: () -> String

The location of the ‘=` operator.

$foo = :bar
     ^

def ignore_visibility?: () -> bool

Search took: 6ms  ·  Total Results: 4418