Parent

Methods

Included Modules

Files

Class/Module Index [+]

Quicksearch

RuboCop::Cop::Style::ClassLength

This cop checks if the length a class exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable.

Public Instance Methods

on_class(node) click to toggle source
# 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.