Method: PDF::Reader::Reference#to_a
- Defined in:
- lib/pdf/reader/reference.rb
#to_a ⇒ Object
returns the current Reference object in an array with a single element : () -> Array
49 50 51 |
# File 'lib/pdf/reader/reference.rb', line 49 def to_a [self] end |