Method: Hanami.bundler_groups

Defined in:
lib/hanami.rb

.bundler_groupsObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns an array of bundler group names to be eagerly loaded by hanami-cli and other CLI extensions.

Since:

  • 2.0.0



266
267
268
# File 'lib/hanami.rb', line 266

def self.bundler_groups
  [:plugins]
end