Sha256: 86a50f356061caaea10ae26fdecfbbc495f9567343b7a18fda017bf27e232616
Contents?: true
Size: 563 Bytes
Versions: 1
Compression:
Stored size: 563 Bytes
Contents
require "pathname" # Toplevel module for all things concerning RogerStyleGuide module RogerStyleGuide # The path within project.html_path where the components reside def self.components_paths=(path) @components_paths = [Pathname.new(path)] end def self.components_paths @components_paths || ["components"] end end # Helpers require File.dirname(__FILE__) + "/roger_style_guide/helpers" # Generators require File.dirname(__FILE__) + "/roger_style_guide/generators" # Templates require File.dirname(__FILE__) + "/roger_style_guide/templates"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roger_style_guide-1.0.0 | lib/roger_style_guide.rb |