:nodoc:
39 40 41
# File 'lib/active_support/message_encryptor.rb', line 39 def self.generate(value) value end
35 36 37
# File 'lib/active_support/message_encryptor.rb', line 35 def self.verify(value) value end