Sha256: 28b7e231834ea1780e83f284aa58d294a8a22992c5b0967c99e9c98d05671b7d
Contents?: true
Size: 270 Bytes
Versions: 5
Compression:
Stored size: 270 Bytes
Contents
module MountainView class Configuration attr_accessor :included_stylesheets attr_reader :components_path def initialize @included_stylesheets = [] end def components_path=(path) @components_path = Pathname.new(path) end end end
Version data entries
5 entries across 5 versions & 1 rubygems