A wrapper for the Path class to be able to run all methods as class methods.
66 67 68
# File 'lib/csd/container.rb', line 66 def self.method_missing(meth, *args, &block) ::CSD.path.send(meth, *args, &block) end