class RC4

def encrypt(text)

def encrypt(text)
  process text.dup
end