method
new
new(to, from)
public
Hide source
# File lib/rss/rss.rb, line 166 def initialize(to, from) @to = to @from = from super("can't convert to #{to} from #{from}.") end