Flowdock
def_convert(depth=0) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.