method
new
v1_9_3_392 -
Show latest stable
- Class:
RSS::ConversionError
new(string, to, from)public
No documentation available.
# 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