# File lib/relevance/tarantula/form_submission.rb, line 84
      def random_data(input)
        case input['name']
        when /^_method$/      then input['value']
        else
          attack.input(input)
        end
      end