# File lib_core/rucy/process.rb, line 26
def
chdir
(
path
)
Dir
.
chdir
(
path
) {
return
yield
}
end