# File lib/compass/browser_support.rb, line 57
    def has_aspect?(function)
      SIMPLE_FUNCTIONS.has_key?(function.to_s) && SIMPLE_FUNCTIONS[function.to_s].size > 0
    end