class RSS::UnknownConversionMethodError
当发生未知转换错误时引发。
属性
from[R]
to[R]
公共类方法
new(to, from) 点击切换源代码
调用父类方法
# File rss-0.3.1/lib/rss/rss.rb, line 163 def initialize(to, from) @to = to @from = from super("can't convert to #{to} from #{from}.") end