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