Sha256: 2edcfbad386eb2df2e73f4a9bdff8bf617e43656e50874f7ebee77874ea5a906
Contents?: true
Size: 249 Bytes
Versions: 1
Compression:
Stored size: 249 Bytes
Contents
require 'malt/formats/abstract' module Malt::Format # class PDF < Abstract register 'pdf' # def pdf text end # def to_pdf self end private # def render_engine end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
malt-0.1.1 | lib/malt/formats/pdf.rb |