activesupport/lib/active_support/core_ext/string/output_safety.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class SafeBuffer has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

  class SafeBuffer < String
    UNSAFE_STRING_METHODS = %w(
      capitalize chomp chop delete delete_prefix delete_suffix
      downcase lstrip next reverse rstrip scrub squeeze strip
      succ swapcase tr tr_s unicode_normalize upcase
Severity: Minor
Found in activesupport/lib/active_support/core_ext/string/output_safety.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status