Sha256: 3efdae9a06a9909af44b7df73384393a7db9e5f54340481caf9a1c31ed0a4830
Contents?: true
Size: 280 Bytes
Versions: 22
Compression:
Stored size: 280 Bytes
Contents
# frozen_string_literal: true require "active_support" require "active_support/rails" module Koi extend ActiveSupport::Autoload autoload :Config extend self def config @config ||= Config.new end def configure yield config end end require "koi/engine"
Version data entries
22 entries across 22 versions & 1 rubygems