Module: Dutchie::Style

Defined in:
lib/Dutchie/Style.rb,
lib/Dutchie/Style/version.rb

Defined Under Namespace

Classes: Error

Constant Summary collapse

VERSION =
"2.0.11"

Class Method Summary collapse

Class Method Details

.config_pathObject

Returns the absolute path to the default configuration file



10
11
12
# File 'lib/Dutchie/Style.rb', line 10

def self.config_path
  File.expand_path("../../config/default.yml", __dir__)
end

.rootObject

Returns the gem’s root directory



15
16
17
# File 'lib/Dutchie/Style.rb', line 15

def self.root
  File.expand_path("../..", __dir__)
end