Module: Anima
- Defined in:
- lib/anima.rb,
lib/anima/cli.rb,
lib/anima/version.rb,
lib/anima/installer.rb
Defined Under Namespace
Classes: CLI, Error, Installer
Constant Summary collapse
- VERSION =
"0.2.0"
Class Method Summary collapse
Class Method Details
.gem_root ⇒ Object
9 10 11 |
# File 'lib/anima.rb', line 9 def self.gem_root @gem_root ||= Pathname.new(File.("..", __dir__)) end |