Module: Bootlace
- Defined in:
- lib/bootlace.rb,
lib/bootlace/os.rb,
lib/bootlace/rake.rb,
lib/bootlace/logger.rb,
lib/bootlace/bundler.rb,
lib/bootlace/package.rb,
lib/bootlace/version.rb
Defined Under Namespace
Modules: Bundler, Logger, OS, Package, Rake
Classes: Base
Constant Summary
collapse
- VERSION =
"0.2.2"
Class Method Summary
collapse
Class Method Details
.base ⇒ Object
25
26
27
|
# File 'lib/bootlace.rb', line 25
def self.base
@base ||= Bootlace::Base.new
end
|
.strap_up {|base| ... } ⇒ Object
29
30
31
|
# File 'lib/bootlace.rb', line 29
def self.strap_up
yield base if block_given?
end
|