Module: Rodot
- Defined in:
- lib/rodot.rb,
lib/rodot/cli.rb,
lib/rodot/dotfile.rb,
lib/rodot/version.rb,
lib/rodot/application.rb,
lib/rodot/configuration.rb,
lib/rodot/application_db.rb
Defined Under Namespace
Classes: Application, ApplicationDB, CLI, Configuration, Dotfile
Constant Summary
collapse
- VERSION =
"0.0.0"
Class Method Summary
collapse
Class Method Details
.load_configuration(override = {}) ⇒ Object
13
14
|
# File 'lib/rodot.rb', line 13
def load_configuration(override = {})
end
|
.run(args) ⇒ Object
9
10
11
|
# File 'lib/rodot.rb', line 9
def run(args)
CLI.start(args)
end
|