RuboCop::Cop
This cop checks if the length a class exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable.
# File lib/rubocop/cop/style/class_length.rb, line 11 def on_class(node) check(node) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.