Skip to content

Instantly share code, notes, and snippets.

@brettcave
Created July 26, 2013 08:03
Show Gist options
  • Save brettcave/6087089 to your computer and use it in GitHub Desktop.
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