• Grzegorz Bizon's avatar
    Add implementation of StringPath class · f5d53086
    Grzegorz Bizon authored
    `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.
    f5d53086
string_path_spec.rb 520 Bytes