Class: JOSE::JWK::PKeyProxy

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/jose/jwk/pkey_proxy.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



4
5
6
# File 'lib/jose/jwk/pkey_proxy.rb', line 4

def ==(other)
  __getobj__.export == other.export
end