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