method

all

rails latest stable - Class: Rails::Engine::Railties

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

all(&block)
public

No documentation available.

# File railties/lib/rails/engine/railties.rb, line 9
      def all(&block)
        @all ||= plugins
        @all.each(&block) if block
        @all
      end