Object
# File lib/less/engine/nodes/literal.rb, line 145 145: def initialize family = [] 146: @family = family 147: end
# File lib/less/engine/nodes/literal.rb, line 149 149: def to_css 150: @family.map(&:to_css) * ', ' 151: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.