Empty parse method which nulls out the effect of the real parse()
[Source]
# File app/controllers/application.rb, line 23 23: def parse x, y 24: @index = "nada" 25: end
[Validate]