If `chruby-exec` were a function, it would always run in the current shell. It could also reuse other chruby functions. ## Pseudo Code ``` function chruby_exec() { (chruby $arguments && eval $command) } ```