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)
^^^^
endType: ::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_nodeThe embedded base node.
operator_loc: pm_location_tNoBlockParameterNode#operator_loc
keyword_loc: pm_location_tNoBlockParameterNode#keyword_loc