method

to_s

rails latest stable - Class: RailInspector::Configuring::Document

Method not available on this version

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

to_s()
public

No documentation available.

# File tools/rail_inspector/lib/rail_inspector/configuring/document.rb, line 31
      def to_s
        (@before + [@versioned_defaults] + @general_config + @after).join("\n") +
          "\n"
      end