With Parser::Plain we will store text and object in a text format.
# File lib/padrino-cache/parser.rb, line 13 def self.decode(code) code.to_s end
# File lib/padrino-cache/parser.rb, line 17 def self.encode(code) code.to_s end
[Validate]
Generated with the Darkfish Rdoc Generator 2.