class Refinery::Core::Stylesheet
wrapper for stylesheet registration
Attributes
options[R]
path[R]
Public Class Methods
new(*args)
click to toggle source
# File lib/refinery/core/configuration.rb, line 77 def initialize(*args) @options = args.extract_options! @path = args.first if args.first end