# File lib/compass/installers/template_context.rb, line 14defhttp_stylesheets_pathconfig.http_stylesheets_path||config.default_for(:http_stylesheets_path) ||config.http_root_relative(config.css_dir)
end
Protected Instance Methods
get_binding()click to toggle source
# File lib/compass/installers/template_context.rb, line 36defget_binding@locals.eachdo|k, v|eval("#{k} = v")
endbindingend