Module: BoxtRubocop
- Defined in:
- lib/boxt_rubocop.rb,
lib/boxt_rubocop/version.rb
Constant Summary collapse
- VERSION =
File.read("VERSION").split("\n").first
Class Method Summary collapse
-
.root ⇒ Object
Provide a root path helper for the gem root dir.
Class Method Details
.root ⇒ Object
Provide a root path helper for the gem root dir
Returns Pathname
12 13 14 |
# File 'lib/boxt_rubocop.rb', line 12 def root Pathname.new(File.dirname(__dir__)) end |