# File lib/pdf/writer/object/action.rb, line 13 13: def initialize(parent, label, type = "URI") 14: super(parent) 15: 16: @type = type 17: @label = label 18: raise TypeError if @label.nil? 19: end