# File lib/compass/sass_extensions/functions/gradient_support.rb, line 177 def to_pie(options = self.options) # PIE just uses the standard rep, but the property is prefixed so # the presence of this attribute helps flag when to render a special rule. Sass::Script::String.new to_s(options) end