Methods

Files

Padrino::Cache::Parser::Plain

With Parser::Plain we will store text and object in a text format.

Public Class Methods

decode(code) click to toggle source
# File lib/padrino-cache/parser.rb, line 13
def self.decode(code)
  code.to_s
end
encode(code) click to toggle source
# File lib/padrino-cache/parser.rb, line 17
def self.encode(code)
  code.to_s
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.