40 41 42 43
# File 'lib/shell_helpers/pathname.rb', line 40 def to_relative return self if relative? relative_path_from(Pathname.slash) end