module HocusPocus

Constants

CONTAINER
VERSION

Public Class Methods

configure() { |self| ... } click to toggle source

Configures global settings for HocusPocus

HocusPocus.configure do |config|
  config.enable_generator = false
end
# File lib/hocus_pocus/config.rb, line 11
def self.configure(&block)
  yield self
end