Class DemoController::Tst::WebAgent::CookieManager
In: app/controllers/demo_controller.rb
Parent: Object

Methods

parse  

Public Instance methods

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]