module BoxtRubyStyleGuide
Constants
- VERSION
Public Instance Methods
root()
click to toggle source
Provide a root path helper for the gem root dir
Returns Pathname
# File lib/boxt_ruby_style_guide.rb, line 13 def root Pathname.new(File.dirname(__dir__)) end