Module: ImageKitIo::Constantable

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(base) ⇒ Object



10
11
12
13
14
# File 'lib/imagekitio/constant.rb', line 10

def self.included(base)
  def constants
    ImageKitIo.constants
  end
end

Instance Method Details

#constantsObject



11
12
13
# File 'lib/imagekitio/constant.rb', line 11

def constants
  ImageKitIo.constants
end