Returns the parent directory. This can be chained.
25 26 27
# File 'lib/path/implementation.rb', line 25 def parent self / '..' end