method
check_modify
v2_4_6 -
Show latest stable
- Class:
OpenSSL::Config
check_modify()private
No documentation available.
# File ext/openssl/lib/openssl/config.rb, line 465
def check_modify
raise TypeError.new("Insecure: can't modify OpenSSL config") if frozen?
end