Flowdock
method

check_modify

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: Config
check_modify() private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/openssl/lib/openssl/config.rb, line 466
    def check_modify
      raise TypeError.new("Insecure: can't modify OpenSSL config") if frozen?
    end
Register or log in to add new notes.