Module: Prof::Matchers

Defined in:
lib/prof/matchers/only_support_ssl_with_cipher_set.rb

Defined Under Namespace

Classes: OnlySupportSslWithCipherSet

Instance Method Summary collapse

Instance Method Details

#only_support_ssl_with_cipher_set(*args) ⇒ Object



19
20
21
# File 'lib/prof/matchers/only_support_ssl_with_cipher_set.rb', line 19

def only_support_ssl_with_cipher_set(*args)
  OnlySupportSslWithCipherSet.new(*args)
end