class RuboCop::AST::KeywordSplatNode
available to all ‘kwsplat` nodes within RuboCop.
plain node when the builder constructs the AST, making its methods
A node extension for `kwsplat` nodes. This will be used in place of a
def colon?
-
(false)
-
def colon? false end
def hash_rocket?
-
(false)
-
def hash_rocket? false end
def node_parts
-
(Array
- the different parts of the `kwsplat`)
def node_parts [self, self] end
def operator
-
(String)
- the double splat operator
def operator DOUBLE_SPLAT end