# File lib/ramaze/view/sass.rb, line 11 11: def self.call(action, string) 12: options = action.options 13: 14: if sass_options = action.instance.ancestral_trait[:sass_options] 15: options = options.merge(sass_options) 16: end 17: 18: sass = View.compile(string){|s| ::Sass::Engine.new(s, options) } 19: css = sass.to_css 20: 21: return css, 'text/css' 22: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.