module CacheJSON

Constants

VERSION

Public Class Methods

configure() { |Config| ... } click to toggle source
# File lib/cache_json/configure.rb, line 18
def self.configure
  yield(CacheJSON::Config) if block_given?
end