Module: ROM::Types

Included in:
Memory::Types
Defined in:
core/lib/rom/types.rb

Overview

Default namespace with built-in attribute types

rubocop:disable Naming/MethodName

Defined Under Namespace

Modules: Coercible, Methods

Class Method Summary collapse

Class Method Details

.included(other) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



16
17
18
19
# File 'core/lib/rom/types.rb', line 16

def self.included(other)
  other.extend(Methods)
  super
end