module SexySlug::ActiveSupportComposableChar

Public Class Methods

call(string) click to toggle source
# File lib/sexy_slug/active_support_composable_char.rb, line 2
def self.call(string)
  ActiveSupport::Multibyte::Chars.new(string).compose.to_s
end