stephenfewer / grinder

Grinder is a system to automate the fuzzing of web browsers and the management of a large number of crashes.
BSD 3-Clause "New" or "Revised" License
414 stars 131 forks source link

object vars in GrinderServlet #54

Closed adrian-rt closed 9 years ago

adrian-rt commented 9 years ago

Hello,

I'm not a ruby expert, just trying to hack this. I'm declaring some object vars (lile @object_var )in the GrinderServlet class however when I try to access to access them in the do_GET method they're undefined. Can somebody explain me why??

Thanks,