lib/prawn/security/arcfour.rb in prawn-0.15.0 vs lib/prawn/security/arcfour.rb in prawn-1.0.0.rc1

- old
+ new

@@ -6,10 +6,9 @@ # # Copyright August 2009, Brad Ediger. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. -# @private class Arcfour def initialize(key) # Convert string key to Array of integers key = key.unpack('c*') if key.is_a?(String)