RAA - dirstack

dirstack / 0.0.0

Short description: Dir.pushd, Dir.popd, Dir.dirs
Category: Library/System
Status: prototype
Created: 2004-02-24 02:28:38 GMT
Last update: -
Owner: ahoward (Projects of this owner)
Homepage: http://www.codeforpeople.com/lib/ruby/dirstack/
Download: http://www.codeforpeople.com/lib/ruby/dirstack/
License: Ruby's
Dependency:
None
Description:

Dir.pwd => ~

Dir.pushd '/etc'

Dir.pwd #=> '/etc'

Dir.popd

Dir.pwd => ~

Edit this project (for project owner)

back to RAA top