Struct lib_ruby_parser::nodes::Shadowarg [−][src]
Expand description
Represents a special block argument that “shadows” outer variable (i.e. |;foo|)
Fields
name: StringName of the argument
expression_l: LocLocation of the argument
proc { |;foo|}
~~~
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Shadowargimpl UnwindSafe for ShadowargBlanket Implementations
Mutably borrows from an owned value. Read more