method

new

ruby latest stable - Class: RSS::ConversionError
new(string, to, from)
public

No documentation available.

# File lib/rss/rss.rb, line 178
    def initialize(string, to, from)
      @string = string
      @to = to
      @from = from
      super("can't convert #{@string} to #{to} from #{from}.")
    end