method

new

v5.2.3 - Show latest stable - Class: Rails::API::Task
new(name)
public

No documentation available.

# File railties/lib/rails/api/task.rb, line 90
      def initialize(name)
        super

        # Every time rake runs this task is instantiated as all the rest.
        # Be lazy computing stuff to have as light impact as possible to
        # the rest of tasks.
        before_running_rdoc do
          configure_sdoc
          configure_rdoc_files
          setup_horo_variables
        end
      end