Skip to content

Instantly share code, notes, and snippets.

@brettcave
Created July 26, 2013 08:03
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save brettcave/6087089 to your computer and use it in GitHub Desktop.
Difference between gem install syntax
gem_package "gem" do
action :install
done
r = gempackage "gem" do
action :nothing
done
r.runaction(:install)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment