module Tooler
Constants
- VERSION
Public Class Methods
help()
click to toggle source
# File lib/tooler/helper.rb, line 6 def self.help <<HELP_MESSAGE $ tooler template_name Available templates 1. cuba 2. sinatra HELP_MESSAGE end
root()
click to toggle source
# File lib/tooler/helper.rb, line 2 def self.root File.expand_path "../../..", __FILE__ end