Module: CLLI::Validations

Included in:
CLLI
Defined in:
lib/clli/validations.rb

Overview

This module provides methods to validate the parsed CLLI attributes.

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(o) ⇒ Object

When this modeule is included then extend the including class with the methods defined in ClassMethods.



8
9
10
# File 'lib/clli/validations.rb', line 8

def self.included(o)
  o.extend(ClassMethods)
end