method

method_missing

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.

method_missing(name, ...)
public

No documentation available.

# File tools/rail_inspector/lib/rail_inspector/configuring.rb, line 44
      def method_missing(name, ...)
        @files[name] || super
      end