module HexaPDF::Encryption::ARC4

def self.prepended(klass) # :nodoc:

:nodoc:
Automatically extends the klass with the necessary class level methods.
def self.prepended(klass) # :nodoc:
  klass.extend(ClassMethods)
end