Object
# File lib/hassle.rb, line 6 def initialize(app) compiler = Hassle::Compiler.new compiler.compile @static = Rack::Static.new(app, :urls => compiler.stylesheets, :root => compiler.compile_location) end
# File lib/hassle.rb, line 14 def call(env) @static.call(env) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.