class PDF::Core::Reference::CannotAttachStream

Public Class Methods

new(message = 'Cannot attach stream to a non-dictionary object') click to toggle source
Calls superclass method
# File lib/pdf/core/reference.rb, line 17
def initialize(message = 'Cannot attach stream to a non-dictionary object')
  super
end