def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, write: ConstantWriteNode
| ConstantAndWriteNode
| ConstantOrWriteNode
| ConstantOperatorWriteNode
| ConstantPathWriteNode
| ConstantPathAndWriteNode
| ConstantPathOrWriteNode
| ConstantPathOperatorWriteNode
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, locals: Array, class_keyword_loc
: Location
, operator_loc
: Location
, expression: Prism::node, body: StatementsNode
| BeginNode
| nil, end_keyword_loc
: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, filepath: String
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, operator_loc
: Location
, expression: Prism::node? }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, body: Array }
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, opening_loc
: Location
?, content_loc
: Location
, closing_loc
: Location
?, unescaped: String
}
Occasionally it’s helpful to treat a string as if it were interpolated so that there’s a consistent interface for working with strings.
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, keyword_loc
: Location
, lparen_loc
: Location
?, arguments: ArgumentsNode
?, rparen_loc
: Location
?, block: BlockNode
| BlockArgumentNode
| nil }
attr_reader keyword_loc
: Location
attr_reader lparen_loc
: Location
?
attr_reader rparen_loc
: Location
?
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, opening_loc
: Location
?, value_loc
: Location
?, closing_loc
: Location
?, unescaped: String
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
}
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, names: Array[SymbolNode | InterpolatedSymbolNode], keyword_loc
: Location
}
attr_reader keyword_loc
: Location
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, keyword_loc
: Location
, predicate: Prism::node, then_keyword_loc
: Location
?, statements: StatementsNode
?, else_clause
: ElseNode
?, end_keyword_loc
: Location
? }
The location of the ‘unless` keyword.
unless cond then bar end ^^^^^^ bar unless cond ^^^^^^
def then_keyword
: () -> String
?
def end_keyword
: () -> String
?
def deconstruct_keys
: (Array keys) -> { node_id: Integer
, location: Location
, keyword_loc
: Location
, do_keyword_loc
: Location
?, closing_loc
: Location
?, predicate: Prism::node, statements: StatementsNode
? }
attr_reader keyword_loc
: Location