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