Sha256: cc2c75ae0379add25552f91b576c620459c3503c6c6fa5d7d043a2ad49825d91
Contents?: true
Size: 172 Bytes
Versions: 2
Compression:
Stored size: 172 Bytes
Contents
# frozen_string_literal: true module BreezyPDFLite::Intercept # :nodoc class Base attr_reader :body def initialize(body) @body = body end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
breezy_pdf_lite-0.1.1 | lib/breezy_pdf_lite/intercept/base.rb |
breezy_pdf_lite-0.1.0 | lib/breezy_pdf_lite/intercept/base.rb |