# File lib/pdf/writer.rb, line 1856 1856: def add_destination(label, style, *params) 1857: @destinations[label] = PDF::Writer::Object::Destination.new(self, @current_page, style, *params) 1858: end