class PDF::Reader::Filter::Null
implementation of the null stream filter
Public Class Methods
Source
# File lib/pdf/reader/filter/null.rb, line 9 def initialize(options = {}) @options = options end
implementation of the null stream filter
# File lib/pdf/reader/filter/null.rb, line 9 def initialize(options = {}) @options = options end