Method: ActiveSupport::MessageEncryptor::NullVerifier.verify
- Defined in:
- lib/active_support/message_encryptor.rb
.verify(value) ⇒ Object
107 108 109 |
# File 'lib/active_support/message_encryptor.rb', line 107 def self.verify(value) value end |