Module: SSLTool::Certificate::Extensions
- Defined in:
- lib/ssltool/certificate.rb
Overview
extensions
Instance Method Summary collapse
Instance Method Details
#[](k) ⇒ Object
114 115 116 117 |
# File 'lib/ssltool/certificate.rb', line 114 def [](k) return super if k.is_a?(Integer) || !k.respond_to?(:to_str) find { |e| e.oid == k.to_str } end |