Module: MetaCon
- Defined in:
- lib/metacon/stat.rb,
lib/metacon.rb,
lib/metacon/init.rb,
lib/metacon/config.rb,
lib/metacon/switch.rb,
lib/metacon/command.rb,
lib/metacon/project.rb,
lib/metacon/shorthand.rb,
lib/metacon/cli_helpers.rb,
lib/metacon/loaders/rvm.rb,
lib/metacon/self_install.rb,
lib/metacon/loaders/index.rb,
lib/metacon/loaders/python_brew.rb
Overview
TODO:
- rvm:ruby [DONE 0.2.2]
- pythonbrew:python
- pythonbrew:pip
- gitsubmodules:sub
----
- rvm:gem
----
- bundler
- general-tools (apt/homebrew/etc.)
Defined Under Namespace
Modules: CLIHelpers, Loaders, Shorthand Classes: Command, Config, Init, Project, SavedState, SelfInstall, Stat, Switch
Constant Summary collapse
- VERSION =
File.exist?(File.join(File.dirname(__FILE__),'VERSION')) ? File.read(File.join(File.dirname(__FILE__),'VERSION')) : ""
Class Method Summary collapse
Class Method Details
.shelp_dir ⇒ Object
10 11 12 |
# File 'lib/metacon.rb', line 10 def shelp_dir File.join(File.(File.dirname(__FILE__)),'..','shelp') end |
.version ⇒ Object
9 |
# File 'lib/metacon.rb', line 9 def version; VERSION end |