Module: Bootcamp
- Defined in:
- lib/bootcamp.rb,
lib/bootcamp/depot.rb,
lib/bootcamp/armory.rb,
lib/bootcamp/recruit.rb,
lib/bootcamp/drill_instructor.rb
Defined Under Namespace
Classes: Armory, Depot, DrillInstructor, Recruit
Constant Summary collapse
- VERSION =
File.read(File.join(File.dirname(__FILE__), "..", "VERSION"))
Class Method Summary collapse
Class Method Details
.root ⇒ Object
12 13 14 |
# File 'lib/bootcamp.rb', line 12 def root File.(File.join(File.dirname(__FILE__), '..')).to_s end |