Method: HexaPDF::Dictionary#type
- Defined in:
- lib/hexapdf/dictionary.rb
#type ⇒ Object
Returns, in order or availability, the value of ::type, the /Type field or the result of Object#type.
222 223 224 |
# File 'lib/hexapdf/dictionary.rb', line 222 def type self.class.type || self[:Type] || super end |