Method: ShellHelpers::PathnameExt::Base.slash

Defined in:
lib/shell_helpers/pathname.rb

.slashObject



62
63
64
# File 'lib/shell_helpers/pathname.rb', line 62

def slash
	return Pathname.new("/")
end