module SexySlug::Apostrophe
Constants
- PATTERN
Public Class Methods
call(string)
click to toggle source
# File lib/sexy_slug/apostrophe.rb, line 2 def self.call(string) string.gsub(PATTERN, '') end
# File lib/sexy_slug/apostrophe.rb, line 2 def self.call(string) string.gsub(PATTERN, '') end