Method: ShellHelpers::PathnameExt::Base#to_relative

Defined in:
lib/shell_helpers/pathname.rb

#to_relativeObject



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