sathish316 / metaprogramming_koans

Ruby Metaprograaming Koans (Inspired by EdgeCase RubyKoans).
http://rubymetakoans.heroku.com/
65 stars 23 forks source link

what is the meaning of "What do you think you're doing, Dave? " #2

Open googya opened 13 years ago

googya commented 13 years ago

What do you think you're doing, Dave?

Click your browser back button to return.

There is no more problems?

sathish316 commented 13 years ago

It happens during a security error during eval. Can you give the code you tried to eval? Or the koan and the input that caused this error?

googya commented 13 years ago

Learn Ruby Metaprogramming with Metaprogramming Koans about_blocks about_blocks has heightened your awareness.

9/14 complete

click the "about_binding" button, then the err is there

sathish316 commented 13 years ago

The command line version executes an eval. The web version evals all the tests together. An eval inside an eval in about_binding is causing this issue.