Module: WayOfWorking::DecisionRecord::Madr
- Defined in:
- lib/way_of_working/decision_record/madr/paths.rb,
lib/way_of_working/decision_record/madr.rb,
lib/way_of_working/decision_record/madr/plugin.rb,
lib/way_of_working/decision_record/madr/version.rb,
lib/way_of_working/decision_record/madr/generators/new.rb,
lib/way_of_working/decision_record/madr/generators/init.rb,
lib/way_of_working/decision_record/madr/github_audit_rule.rb
Overview
The namespace for plugin
Defined Under Namespace
Modules: Generators, Plugin Classes: Error, GithubAuditRule
Constant Summary collapse
- VERSION =
'1.0.2'
Class Method Summary collapse
Class Method Details
.root ⇒ Object
10 11 12 |
# File 'lib/way_of_working/decision_record/madr/paths.rb', line 10 def root Pathname.new(File.('../../../..', __dir__)) end |
.source_root ⇒ Object
14 15 16 |
# File 'lib/way_of_working/decision_record/madr/paths.rb', line 14 def source_root root.join('lib', 'way_of_working', 'decision_record', 'madr', 'templates') end |