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