method

parse

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

Method not available on this version

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

parse()
public

No documentation available.

# File tools/rail_inspector/lib/rail_inspector/configuring.rb, line 18
        def parse
          @parse ||= Prism.parse_file(@pathname.to_s).value
        end