Class ApplicationController::Tst::WebAgent::CookieManager
In: app/controllers/application.rb
Parent: Object

Methods

parse  

Public Instance methods

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]