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