Module: Ronan
- Defined in:
- lib/ronan.rb,
lib/ronan/base.rb,
lib/ronan/error.rb,
lib/ronan/recipe.rb,
lib/ronan/package.rb,
lib/ronan/version.rb,
lib/ronan/downloads.rb,
lib/ronan/configuration.rb,
lib/ronan/semantic_version.rb
Defined Under Namespace
Classes: Base, Configuration, Downloads, HttpError, Package, ParseError, Recipe, SemanticVersion
Constant Summary
collapse
- VERSION =
"0.0.2"
Class Method Summary
collapse
Class Method Details
.cfg ⇒ Object
17
18
19
|
# File 'lib/ronan.rb', line 17
def self.cfg
@configuration ||= Configuration.new
end
|
13
14
15
|
# File 'lib/ronan.rb', line 13
def self.configure
yield cfg
end
|