Module: RuboCop::Cop::DefNode
- Extended by:
- Macros
- Included in:
- Bundler::GemComment, Style::DocumentationMethod
- Defined in:
- lib/rubocop/cop/mixin/def_node.rb
Overview
Common functionality for checking def nodes.
Constant Summary collapse
- NON_PUBLIC_MODIFIERS =
%w[private protected].freeze