# File lib/rc4.rb, line 24
  def encrypt(text)
    process text.dup
  end