Results for: "Logger"

attr_reader message_loc: Location

attr_reader operator_loc: Location

def inheritance_operator: () -> String?

The location of the ‘=` operator.

@@foo = :bar
      ^

attr_reader operator_loc: Location

The location of the ‘::` delimiter.

::Foo
^^

One::Two
   ^^

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

attr_reader delimiter_loc: Location

The location of the ‘=` operator.

::ABC = 123
      ^

The location of the ‘=` operator.

FOO = :bar
    ^

attr_reader operator_loc: Location?

attr_reader closing_loc: Location

attr_reader operator_loc: Location

attr_reader closing_loc: Location?

attr_reader operator_loc: Location

The location of the ‘=` operator.

$foo = :bar
     ^

The location of the closing brace.

{ a => b }
         ^

attr_reader closing_loc: Location?

attr_reader closing_loc: Location

attr_reader operator_loc: Location

attr_reader closing_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 closing_loc: Location

attr_reader operator_loc: Location

Search took: 6ms  ·  Total Results: 3130