Class: Thin::Connection

Inherits:
Object
  • Object
show all
Defined in:
lib/omf_base/thin/runner.rb

Instance Method Summary collapse

Instance Method Details

#ssl_verify_peer(cert_s) ⇒ Object



15
16
17
# File 'lib/omf_base/thin/runner.rb', line 15

def ssl_verify_peer(cert_s)
  true # will be verified later
end