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.

Methods

Constants

DEFAULT_PATTERN = /^[A-Z][a-zA-Z0-9]*$/

Public Class methods

Public Instance methods

[Validate]