Returns the lpath for the module. If any arguments are given, they will be joined to the end of the path using File.join.
File.join
27 28 29
# File 'lib/surpass.rb', line 27 def self.path( *args ) args.empty? ? PATH : ::File.join(PATH, args.flatten) end