[Source]
# File lib/ttk/status.rb, line 115 def initialize ( aWeight=nil, anObject=nil ) super(anObject) @weight = aWeight unless aWeight.nil? end
[Validate]