# File lib/Attributes.rb, line 422 422: def label 423: @value ? (@value[1] ? @value[1][0] : @value[0]) : nil 424: end
# File lib/Attributes.rb, line 411 411: def to_rti(query) 412: return nil unless @value 413: 414: rText = RichText.new("[#{url} #{label}]") 415: rText.generateIntermediateFormat 416: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.