I\'m currently doing an exercism.io for Ruby and can\'t pass the last test. The last test reads :
def test_with_apostrophes phrase = Phrase.new(\"First: don\'
Try:
splitted = input.downcase.scan(/[\w-']+/)