Module: BoxtRubyStyleGuide

Defined in:
lib/boxt_ruby_style_guide.rb,
lib/boxt_ruby_style_guide/version.rb

Constant Summary collapse

VERSION =
File.read("VERSION").split("\n").first

Class Method Summary collapse

Class Method Details

.rootObject

Provide a root path helper for the gem root dir

Returns Pathname



12
13
14
# File 'lib/boxt_ruby_style_guide.rb', line 12

def root
  Pathname.new(File.dirname(__dir__))
end