method

documented_defaults

documented_defaults()
private

No documentation available.

# File tools/rail_inspector/lib/rail_inspector/configuring/check/framework_defaults.rb, line 115
          def documented_defaults
            checker
              .doc
              .versioned_defaults
              .slice_before { |line| line.start_with?("####") }
              .to_a
          end