3 4 5
# File 'lib/class_kit/custom_type.rb', line 3 def self.included(base) base.extend(CustomType) end