method

def_convert

v1_9_3_392 - Show latest stable - Class: RSS::Converter
def_convert(depth=0)
public

No documentation available.

# File lib/rss/converter.rb, line 37
    def def_convert(depth=0)
      instance_eval(      def convert(value)        if value.kind_of?(String)          #{yield('value')}        else          value        end      end, *get_file_and_line_from_caller(depth))
    end