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



18
19
20
# 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