:nodoc:
111 112 113
# File 'lib/active_support/message_encryptor.rb', line 111 def self.generate(value) value end
107 108 109
# File 'lib/active_support/message_encryptor.rb', line 107 def self.verify(value) value end