method

defaults_file_content

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: NewFrameworkDefaultsFile
defaults_file_content() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File tools/rail_inspector/lib/rail_inspector/configuring/check/framework_defaults.rb, line 37
            def defaults_file_content
              @defaults_file_content ||= checker.read(new_framework_defaults_path)
            end
Register or log in to add new notes.