Method: ShellHelpers::PathnameExt::Base.current

Defined in:
lib/shell_helpers/pathname.rb

.currentObject

differ from Pathname.pwd in that this returns a relative path



66
67
68
# File 'lib/shell_helpers/pathname.rb', line 66

def current
	return Pathname.new(".")
end