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