module Architects::Toolkit
Constants
- VERSION
Public Class Methods
lib_root()
click to toggle source
# File lib/architects/toolkit.rb, line 7 def self.lib_root Pathname(File.dirname(__FILE__)) end
load_commands()
click to toggle source
# File lib/architects/toolkit.rb, line 11 def self.load_commands Dir[lib_root.join('architects/toolkit/cli/**/*.rb')].each { |f| require(f) } end