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