lib/stringex/configuration/string_extensions.rb in stringex-2.6.1 vs lib/stringex/configuration/string_extensions.rb in stringex-2.7.0

- old
+ new

@@ -5,16 +5,16 @@ self.class.default_settings end def self.default_settings @default_settings ||= { - :allow_slash => false, - :exclude => [], - :force_downcase => true, - :limit => nil, - :replace_whitespace_with => "-", - :truncate_words => true + allow_slash: false, + exclude: [], + force_downcase: true, + limit: nil, + replace_whitespace_with: "-", + truncate_words: true } end end end -end \ No newline at end of file +end