method
documented_defaults
v7.1.3.4 -
Show latest stable
- Class:
RailInspector::Configuring::Check::FrameworkDefaults
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