Module: EasyType::Types::Integer
- Defined in:
- lib/easy_type/types.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(parent) ⇒ Object
16 17 18 19 20 |
# File 'lib/easy_type/types.rb', line 16 def self.included(parent) parent.include( ::EasyType::Mungers::Integer) parent.include( ::EasyType::Validators::Integer) parent.extend(ClassMethods) end |