Sha256: 2c31559ae3f2c7c7aac0d9c52c4e8c82df60c5352fb1253d10dc2fdeba187b3d
Contents?: true
Size: 230 Bytes
Versions: 53
Compression:
Stored size: 230 Bytes
Contents
require 'active_support/deprecation' module ActiveSupport # Use Ruby's SecureRandom library. SecureRandom = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('ActiveSupport::SecureRandom', ::SecureRandom) # :nodoc: end
Version data entries
53 entries across 53 versions & 2 rubygems