method

has?

rails latest stable - Class: Rails::Initializable::Collection

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

has?(name)
public

No documentation available.

# File railties/lib/rails/initializable.rb, line 95
      def has?(name)
        @resolve.key?(name)
      end