Struct lib_ruby_parser::nodes::Kwnilarg [−][src]
Expand description
Represents an special argument that rejects all keyword arguments (i.e. def m(**nil); end)
Fields
name_l: LocLocation of the nil
def m(**nil); end
~~~
expression_l: LocLocation of the nil
def m(**nil); end
~~~~~
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Kwnilargimpl UnwindSafe for KwnilargBlanket Implementations
Mutably borrows from an owned value. Read more