Source: show | on GitHub
# File actionpack/test/dispatch/cookies_test.rb, line 81 def self.dump(value) value.to_s + " was dumped" end
# File actionpack/test/dispatch/cookies_test.rb, line 77 def self.load(value) value.to_s + " and loaded" end