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
-
.config_path ⇒ Object
Returns the absolute path to the default configuration file.
-
.root ⇒ Object
Returns the gem’s root directory.
Class Method Details
.config_path ⇒ Object
Returns the absolute path to the default configuration file
10 11 12 |
# File 'lib/Dutchie/Style.rb', line 10 def self.config_path File.("../../config/default.yml", __dir__) end |
.root ⇒ Object
Returns the gem’s root directory
15 16 17 |
# File 'lib/Dutchie/Style.rb', line 15 def self.root File.("../..", __dir__) end |