method

requires

rails latest stable - Class: RailInspector::Cli

Method not available on this version

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

requires(rails_path)
public

No documentation available.

# File tools/rail_inspector/lib/rail_inspector/cli.rb, line 37
    def requires(rails_path)
      require_relative "./requires"

      exit Requires.new(rails_path, options[:autocorrect]).call
    end