lib/translate_self.rb in translate_self-0.4.0 vs lib/translate_self.rb in translate_self-0.5.0

- old
+ new

@@ -1,6 +1,7 @@ require_relative 'translate_self/version' require_relative 'translate_self/translation' +require_relative 'translate_self/translatable_string' require 'ext/string' require 'deepl' # Dangerously include translation methods to strings! module TranslateSelf