new

new(arg) Class Public methods The type of this event. Will be one of :tag_start, :tag_end, :text, :processing_instruction, :comment, :doctype, :attlistdecl, :entitydecl, :notationdecl, :entity, :cdata, :xmldecl, or :error.

resolve_for

resolve_for(needed, specs) Instance Public methods The meat of the algorithm. Given needed DependencyRequest objects and specs being a list to ActivationRequest, calculate a new list of ActivationRequest objects.

required_uri

required_uri() Class Public methods

permanent_link=

permanent_link=(bool) Instance Public methods

new

new(src_menu, *args) Class Public methods def initialize(parent, type=None) widgetname = nil if parent.kind_of? Hash keys = _symbolkey2str(parent) parent = keys.delete('parent') widgetname = keys.delete('widgetname') type = keys.delete('type'); type = None unless type end #unless parent.kind_of?(TkMenu) # fail ArgumentError, "parent must be TkMenu" #end @parent = parent install_win(@parent.path, widgetname) tk_call_without_enc(@parent.path, 'clone', @path, type) end

fetch

fetch(name, default=PStore::Error) Instance Public methods This method is just like #[], save that you may also provide a default value for the object. In the event the specified name is not found in the data store, your default will be returned instead. If you do not specify a default, PStore::Error will be raised if the object is not found. WARNING: This method is only valid in a #transaction. It will raise PStore::Error if called at any other time.

authentication_header

authentication_header(controller, realm) Instance Public methods

normalize

normalize() Instance Public methods Normalize the list of files so that: All file lists have redundancies removed. Files referenced in the #extra_rdoc_files are included in the package file list.

accessor

accessor() Instance Public methods

badOptionString

badOptionString(type, value, list) Class Public methods