# File lib/stringex/configuration/string_extensions.rb, line 8 8: def self.default_settings 9: @default_settings ||= { 10: :allow_slash => false, 11: :exclude => [], 12: :force_downcase => true, 13: :limit => nil, 14: :replace_whitespace_with => "-" 15: } 16: end