Skip to content

Rewrite chruby-exec as a function #127

@postmodern

Description

@postmodern

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)
}

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions