class Answers::Core::Stylesheet

wrapper for stylesheet registration

Attributes

options[R]
path[R]

Public Class Methods

new(*args) click to toggle source
# File lib/answers/core/configuration.rb, line 83
def initialize(*args)
  @options = args.extract_options!
  @path = args.first if args.first
end