Class: PDF::Reader::AbstractStrategy
- Inherits:
-
Object
- Object
- PDF::Reader::AbstractStrategy
- Defined in:
- lib/pdf/reader/abstract_strategy.rb
Overview
:nodoc:
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(ohash, receiver, options = {}) ⇒ AbstractStrategy
constructor
A new instance of AbstractStrategy.
Constructor Details
#initialize(ohash, receiver, options = {}) ⇒ AbstractStrategy
Returns a new instance of AbstractStrategy.
7 8 9 |
# File 'lib/pdf/reader/abstract_strategy.rb', line 7 def initialize(ohash, receiver, = {}) @ohash, @receiver, = ohash, receiver, end |