# File lib/construct.rb, line 31
  def self.path( *args )
    args.empty? ? PATH : ::File.join(PATH, args.flatten)
  end