# File lib/sass/tree/function_node.rb, line 26 def initialize(name, args, splat) @name = name @args = args @splat = splat super() end