Method: RuboCop::Cop::Lint::ConstantReassignment#remove_constant
- Defined in:
- lib/rubocop/cop/lint/constant_reassignment.rb
#remove_constant(node) ⇒ Object
71 72 73 74 |
# File 'lib/rubocop/cop/lint/constant_reassignment.rb', line 71 def_node_matcher :remove_constant, "(send _ :remove_const\n ({sym str} $_))\n" |