Flowdock
method

gem_group

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: Rails::Generators::Actions
gem_group(*names, &block) public

Wraps gem entries inside a group.

gem_group :development, :test do
  gem "rspec-rails"
end
Show source
Register or log in to add new notes.