method

new

rails latest stable - Class: RailInspector::Configuring::Files

Method not available on this version

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

new(root)
public

No documentation available.

# File tools/rail_inspector/lib/rail_inspector/configuring.rb, line 35
      def initialize(root)
        @root = Pathname.new(root)
        @files = {}
      end