Created
February 16, 2014 05:55
-
-
Save rummelonp/9029870 to your computer and use it in GitHub Desktop.
homebrew で rbenv-each
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class RbenvEach < Formula | |
head 'https://github.com/chriseppstein/rbenv-each.git' | |
depends_on 'rbenv' | |
def install | |
prefix.install Dir['*'] | |
end | |
end |
Author
rummelonp
commented
Feb 16, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment