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