Module: Simplate
- Defined in:
- lib/simplate.rb,
lib/simplate/version.rb,
lib/simplate/modules/command.rb
Defined Under Namespace
Modules: Command
Constant Summary collapse
- VERSION =
"0.1.1"
Class Method Summary collapse
Class Method Details
.root_path ⇒ Object
6 7 8 |
# File 'lib/simplate.rb', line 6 def Simplate.root_path Pathname.new(File.dirname(__FILE__)).parent end |