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