Add implementation of StringPath class
`StringPath` class is something similar to Ruby's `Pathname` class, but does not involve any IO operations. `StringPath` objects require passing string representation of path, and array of paths that represents universe to constructor to be intantiated.
Showing
lib/gitlab/string_path.rb
0 → 100644
Please register or sign in to comment