lib/ridley/bootstrapper.rb in ridley-0.12.1 vs lib/ridley/bootstrapper.rb in ridley-0.12.2
- old
+ new
@@ -1,9 +1,10 @@
+require_relative 'bootstrapper/context'
+require_relative 'logging'
+
module Ridley
# @author Jamie Winsor <reset@riotgames.com>
class Bootstrapper
- autoload :Context, 'ridley/bootstrapper/context'
-
include Celluloid
include Ridley::Logging
# @return [Array<String>]
attr_reader :hosts