Struct lib_ruby_parser::nodes::BackRef [−][src]
Expand description
Represents special global variables:
1. $`
2. $&
3. $'
4. $+
Fields
name: StringName of the variable ("$+" for $+)
expression_l: LocLocation of the full expression
$+
~~
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BackRefimpl UnwindSafe for BackRefBlanket Implementations
Mutably borrows from an owned value. Read more