# File lib/joiner/path.rb, line 4
  def initialize(base, path)
    @base, @path = base, path
  end