Module: Reek::AST::SexpExtensions::BlockargNode
- Includes:
- ArgNodeBase
- Defined in:
- lib/reek/ast/sexp_extensions/arguments.rb
Overview
Utility methods for :blockarg nodes.
Instance Method Summary collapse
Methods included from ArgNodeBase
#anonymous_splat?, #components, #marked_unused?, #name, #optional_argument?, #plain_name
Instance Method Details
#block? ⇒ Boolean
69 70 71 |
# File 'lib/reek/ast/sexp_extensions/arguments.rb', line 69 def block? true end |