The example from the README for Rephrase Text does not work because the API shortcut appears to have been forgotten to be implemented.
rephrased_text = DeepL.rephrase 'you will acquire new rephrased text', 'EN'
# => undefined method `rephrase' for DeepL:Module (NoMethodError)
Thanks.