Struct lib_ruby_parser::nodes::Return [−][src]
Expand description
Represents return keyword
Fields
args: Vec<Node>A list of values that is returned
keyword_l: LocLocation of the return keyword
return 1, 2
~~~~~~
expression_l: LocLocation of the full expression
return 1, 2
~~~~~~~~~~~
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Returnimpl UnwindSafe for ReturnBlanket Implementations
Mutably borrows from an owned value. Read more