Method: Eapi::Methods::Types::ClassMethods.included

Defined in:
lib/eapi/methods/types.rb

.included(klass) ⇒ Object



60
61
62
# File 'lib/eapi/methods/types.rb', line 60

def self.included(klass)
  klass.send :include, IsAnOtherTypeMethods
end