Method: Prof::SSL::Results#supported_protocols
- Defined in:
- lib/prof/ssl/results.rb
#supported_protocols ⇒ Object
47 48 49 |
# File 'lib/prof/ssl/results.rb', line 47 def supported_protocols @supported_protocols ||= supported_results.map(&:protocol).uniq end |