Node
A static node representing a mixin include. When in a static tree, the sole purpose is to wrap exceptions to add the mixin to the backtrace.
@see Sass::Tree
@param name [String] The name of the mixin @param args [Array<Script::Node>] See {#args} @param splat [Script::Node] See {#splat} @param keywords [{String => Script::Node}] See {#keywords}
# File lib/sass/tree/mixin_node.rb, line 31 def initialize(name, args, keywords, splat) @name = name @args = args @keywords = keywords @splat = splat super() end
Generated with the Darkfish Rdoc Generator 2.