Type Definition ruby_prism_sys::pm_unless_node_t
source · pub type pm_unless_node_t = pm_unless_node;
Expand description
UnlessNode
Represents the use of the unless
keyword, either in the block form or the modifier form.
bar unless foo
^^^^^^^^^^^^^^
unless foo then bar end
^^^^^^^^^^^^^^^^^^^^^^^
Type: ::PM_UNLESS_NODE
@extends pm_node_t