Class: RuboCop::Cop::Kata::NoUtilName

Inherits:
Base
  • Object
show all
Defined in:
lib/rubocop/cop/kata/no_util_name.rb

Constant Summary collapse

MSG =
"`%s` is a junk drawer; it hides the concept the code is missing."

Instance Method Summary collapse

Instance Method Details

#on_class(node) ⇒ Object



6
# File 'lib/rubocop/cop/kata/no_util_name.rb', line 6

def on_class(node) = check(node)

#on_module(node) ⇒ Object



8
# File 'lib/rubocop/cop/kata/no_util_name.rb', line 8

def on_module(node) = check(node)