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