There's no documentation for this item.
# File rss/rss.rb, line 123 def initialize(string, to, from) @string = string @to = to @from = from super("can't convert #{@string} to #{to} from #{from}.") end
<code/>
<pre/>
<code/>and<pre/>for code samples.