l = lambda { MC = Class.new; raise Exception, "wtf" unless MC.name == "MC" }
l.call
instance_eval &l
|
Pastie
Support Pastie
or read my
Pastie << self
blog
l = lambda { MC = Class.new; raise Exception, "wtf" unless MC.name == "MC" }
l.call
instance_eval &l
|