module ROM::Types

Default namespace with built-in attribute types

@api public

rubocop:disable Naming/MethodName

Public Class Methods

included(other) click to toggle source

@api private

Calls superclass method
# File lib/rom/types.rb, line 16
def self.included(other)
  other.extend(Methods)
  super
end