# File lib/less/engine/nodes/function.rb, line 10
    def hsl *args
      hsla *[args, 1.0].flatten
    end