Method: Eapi::Methods::Types::InstanceMethods.included

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

.included(klass) ⇒ Object



54
55
56
# File 'lib/eapi/methods/types.rb', line 54

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