module Kbt
Constants
- VERSION
Public Class Methods
templates_folder()
click to toggle source
# File lib/kbt.rb, line 5 def self.templates_folder File.expand_path('../templates', __dir__) end
Public Instance Methods
root()
click to toggle source
# File lib/kbt.rb, line 9 def root Pathname.new(File.expand_path('../lib', __FILE__)) end