Sha256: 94f4ca859d3de59213c552cf8031c0aaa46d31d241e78741465d7753d7d0bf2e
Contents?: true
Size: 188 Bytes
Versions: 3
Compression:
Stored size: 188 Bytes
Contents
module Ezprint module Processors class Base def self.process(html_string, options = {}) raise RuntimeError.new "Process is not implemented" end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ezprint-1.0.1 | lib/ezprint/processors/base.rb |
ezprint-1.0.0 | lib/ezprint/processors/base.rb |
ezprint-0.3.1 | lib/ezprint/processors/base.rb |