Extend Pathname so that you can write
foo / "bar" #=> Pathname("foo/bar")
instead of
foo + "bar"
[Validate]