Method: RuboCop::AST::DefNode#arguments
- Defined in:
- lib/rubocop/ast/node/def_node.rb
#arguments ⇒ Array<Node>
An array containing the arguments of the method definition.
40 41 42 |
# File 'lib/rubocop/ast/node/def_node.rb', line 40 def arguments children[-2] end |