pushdir

pushdir(path)
pushdir(path) { &block }
Instance Public methods

Pushes the current directory to the directory stack, changing the current directory to path.

If path is omitted, it exchanges its current directory and the top of its directory stack.

If a block is given, it restores the current directory when the block ends.

pushd

doc_ruby_on_rails
2015-05-14 21:52:39
Comments
Leave a Comment

Please login to continue.