Module: Burden

Extended by:
Burden
Includes:
Config::Helper
Included in:
Burden
Defined in:
lib/burden.rb,
lib/burden/config.rb,
lib/burden/storage.rb,
lib/burden/version.rb,
lib/burden/wrapper.rb,
lib/burden/statistics.rb,
lib/burden/storage/mongoid/run.rb,
lib/burden/storage/abstract/run.rb,
lib/burden/storage/mongo_mapper/run.rb,
lib/burden/storage/active_record/run.rb,
lib/rails/generators/burden/install/install_generator.rb

Defined Under Namespace

Modules: Generators, Storage Classes: Config, Statistics, Wrapper

Constant Summary collapse

VERSION =
'0.1.0'

Instance Method Summary collapse

Methods included from Config::Helper

#config, #configure

Instance Method Details

#wrap(name, &block) ⇒ Object



14
15
16
# File 'lib/burden.rb', line 14

def wrap(name, &block)
  Wrapper.new(name, block).execute
end