method
new
v1_8_7_330 -
Show latest stable
- Class:
RSS::UnknownConversionMethodError
new(to, from)public
No documentation available.
# File lib/rss/rss.rb, line 127
def initialize(to, from)
@to = to
@from = from
super("can't convert to #{to} from #{from}.")
end