Module: RogerStyleGuide
- Defined in:
- lib/roger_style_guide.rb,
lib/roger_style_guide/version.rb
Overview
RogerStyleGuide Version
Defined Under Namespace
Modules: Generators, Helpers, Templates
Constant Summary collapse
- VERSION =
"0.2.2"
Class Method Summary collapse
- .components_path ⇒ Object
-
.components_path=(path) ⇒ Object
The path within project.html_path where the components reside.
Class Method Details
.components_path ⇒ Object
10 11 12 |
# File 'lib/roger_style_guide.rb', line 10 def self.components_path @components_path || "components" end |
.components_path=(path) ⇒ Object
The path within project.html_path where the components reside
6 7 8 |
# File 'lib/roger_style_guide.rb', line 6 def self.components_path=(path) @components_path = Pathname.new(path) end |