class Doem::Context
Public Instance Methods
consumers()
click to toggle source
# File lib/doem/context.rb, line 7 def consumers @consumers ||= ConsumerRegistry.new end
post_hooks()
click to toggle source
# File lib/doem/context.rb, line 19 def post_hooks @post_hooks ||= HookRegistry.new end
pre_hooks()
click to toggle source
# File lib/doem/context.rb, line 15 def pre_hooks @pre_hooks ||= HookRegistry.new end
providers()
click to toggle source
# File lib/doem/context.rb, line 3 def providers @providers ||= ProviderRegistry.new end
tweakers()
click to toggle source
# File lib/doem/context.rb, line 11 def tweakers @tweakers ||= TweakerRegistry.new end