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