class Sass::Script::Funcall

def inspect

Returns:
  • (String) - A string representation of the function call
def inspect
  "#{name}(#{args.map {|a| a.inspect}.join(', ')})"
end