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