There's no documentation for this item.
# File rss/xml-stylesheet.rb, line 66 def href=(value) @href = value if @href and @type.nil? @type = guess_type(@href) end @href end
<code/>
<pre/>
<code/>and<pre/>for code samples.