# File lib/quiz1/t/solutions/Niklas Frykholm/solitaire.rb, line 122
  def encrypt(s)
    return process(s) {|c, key| 64 + mod(c + key - 128)}
  end