Method: PDF::Reader::Encoding#differences
- Defined in:
- lib/pdf/reader/encoding.rb
#differences ⇒ Object
: () -> Hash[Integer, Integer]
96 97 98 99 |
# File 'lib/pdf/reader/encoding.rb', line 96 def differences # this method is only used by the spec tests @differences ||= {} end |