Skip to content

Instantly share code, notes, and snippets.

@rummelonp
Created February 16, 2014 05:55
Show Gist options
  • Save rummelonp/9029870 to your computer and use it in GitHub Desktop.
Save rummelonp/9029870 to your computer and use it in GitHub Desktop.
homebrew で rbenv-each
require 'formula'
class RbenvEach < Formula
head 'https://github.com/chriseppstein/rbenv-each.git'
depends_on 'rbenv'
def install
prefix.install Dir['*']
end
end
@rummelonp
Copy link
Author

$ brew install --HEAD https://gist.github.com/mitukiii/9029870/raw/rbenv-each.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment