Module: SexySlug::ActiveSupportComposableChar
- Defined in:
- lib/sexy_slug/active_support_composable_char.rb
Class Method Summary collapse
Class Method Details
.call(string) ⇒ Object
2 3 4 |
# File 'lib/sexy_slug/active_support_composable_char.rb', line 2 def self.call(string) ActiveSupport::Multibyte::Chars.new(string).compose.to_s end |