Sha256: 4c50694507e0cb96439a342ea0b325c052e0c1556b470b87cc376c7b4c95fe26
Contents?: true
Size: 215 Bytes
Versions: 28
Compression:
Stored size: 215 Bytes
Contents
module Praxis module Handlers class Plain # no-op def parse(entity) entity end # no-op def generate(structured_data) structured_data end end end end
Version data entries
28 entries across 28 versions & 1 rubygems