method

new

rails latest stable - Class: RailInspector::Configuring::Check::GeneralConfiguration
new(checker, expected_accessors: AccessorParser.new(checker).call)
public

No documentation available.

# File tools/rail_inspector/lib/rail_inspector/configuring/check/general_configuration.rb, line 30
        def initialize(checker, expected_accessors: AccessorParser.new(checker).call)
          @checker = checker
          @expected_accessors = expected_accessors
        end