lib/stringex/configuration/string_extensions.rb in stringex-2.1.2 vs lib/stringex/configuration/string_extensions.rb in stringex-2.2.0
- old
+ new
@@ -9,10 +9,11 @@
@default_settings ||= {
:allow_slash => false,
:exclude => [],
:force_downcase => true,
:limit => nil,
- :replace_whitespace_with => "-"
+ :replace_whitespace_with => "-",
+ :truncate_words => true
}
end
end
end
end
\ No newline at end of file