method

simplify_gemfile_entries

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: Rails::Generators::PluginGenerator
simplify_gemfile_entries(*gemfile_entries) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/rails/plugin/plugin_generator.rb, line 352
      def simplify_gemfile_entries(*gemfile_entries)
        gemfile_entries.flatten.compact.map { |entry| GemfileEntry.floats(entry.name) }
      end
Register or log in to add new notes.