# File lib/sass.rb, line 52 def self.compile(contents, options = {}) options[:syntax] ||= :scss Engine.new(contents, options).to_css end