rbenv / rbenv-each

rbenv plugin to Run a command across all installed rubies.
Creative Commons Zero v1.0 Universal
91 stars 18 forks source link

Properly forward commands with quoted strings #3

Closed mislav closed 12 years ago

mislav commented 12 years ago

Makes stuff like this work:

rbenv each ruby -e "p Object.class"