module Prof::Matchers

Public Instance Methods

only_support_ssl_with_cipher_set(*args) click to toggle source
# File lib/prof/matchers/only_support_ssl_with_cipher_set.rb, line 18
def only_support_ssl_with_cipher_set(*args)
  OnlySupportSslWithCipherSet.new(*args)
end