| Class | Roodi::Checks::ClassNameCheck |
| In: |
lib/roodi/checks/class_name_check.rb
|
| Parent: | NameCheck |
Checks a class name to make sure it matches the specified pattern.
Keeping to a consistent naming convention makes your code easier to read.
| DEFAULT_PATTERN | = | /^[A-Z][a-zA-Z0-9]*$/ |