Class: PDF::Reader::AbstractStrategy
- Inherits:
-
Object
- Object
- PDF::Reader::AbstractStrategy
- Defined in:
- lib/pdf/reader/abstract_strategy.rb
Overview
DEPRECATED: this class was deprecated in version 0.11.0 and will
eventually be removed
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(ohash, receivers, options = {}) ⇒ AbstractStrategy
constructor
:nodoc:.
Constructor Details
#initialize(ohash, receivers, options = {}) ⇒ AbstractStrategy
:nodoc:
9 10 11 12 13 14 15 16 |
# File 'lib/pdf/reader/abstract_strategy.rb', line 9 def initialize(ohash, receivers, = {}) @ohash, @options = ohash, if receivers.is_a?(Array) @receivers = receivers else @receivers = [receivers] end end |