Methods
D
L
Class Public methods
dump(value)
# File actionpack/test/dispatch/cookies_test.rb, line 81
def self.dump(value)
  value.to_s + " was dumped"
end
load(value)
# File actionpack/test/dispatch/cookies_test.rb, line 77
def self.load(value)
  value.to_s + " and loaded"
end