Alias for process_with_sass
[Source]
# File lib/sass/plugin/merb.rb, line 40 40: def process_with_sass(request, response) 41: Sass::Plugin.check_for_updates 42: process_without_sass(request, response) 43: end
[Validate]