Libraries
»
shell_helpers
(0.7.1)
»
Index
»
ShellHelpers
»
PathnameExt
»
Base
»
cd
Method: ShellHelpers::PathnameExt::Base.cd
Defined in:
lib/shell_helpers/pathname.rb
.
cd
(dir, &b) ⇒
Object
82 83 84
# File 'lib/shell_helpers/pathname.rb', line 82
def
cd
(
dir
,
&
b
)
self
.
new
(
dir
)
.
cd
(
&
b
)
end