Sha256: 397d0e093ce20480c62a1cca06014e68ea20e0daaa8863586223a2e485aa055d
Contents?: true
Size: 661 Bytes
Versions: 72
Compression:
Stored size: 661 Bytes
Contents
=begin = $RCSfile$ -- Ruby-space predefined Digest subclasses = Info 'OpenSSL for Ruby 2' project Copyright (C) 2002 Michal Rokos <m.rokos@sh.cvut.cz> All rights reserved. = Licence This program is licenced under the same licence as Ruby. (See the file 'LICENCE'.) = Version $Id$ =end ## # Should we care what if somebody require this file directly? #require 'openssl' module OpenSSL class Digest # This class is only provided for backwards compatibility. Use OpenSSL::Digest in the future. class Digest < Digest def initialize(*args) # add warning super(*args) end end end # Digest end # OpenSSL
Version data entries
72 entries across 69 versions & 13 rubygems