Skip to main content

pm_no_block_parameter_node_t

Type Alias pm_no_block_parameter_node_t 

Source
pub type pm_no_block_parameter_node_t = pm_no_block_parameter_node;
Expand description

NoBlockParameterNode

Represents the use of &nil inside method arguments.

 def a(&nil)
       ^^^^
 end

Type: ::PM_NO_BLOCK_PARAMETER_NODE

@extends pm_node_t

Aliased Type§

#[repr(C)]
pub struct pm_no_block_parameter_node_t { pub base: pm_node, pub operator_loc: pm_location_t, pub keyword_loc: pm_location_t, }

Fields§

§base: pm_node

The embedded base node.

§operator_loc: pm_location_t

NoBlockParameterNode#operator_loc

§keyword_loc: pm_location_t

NoBlockParameterNode#keyword_loc