evaluator for Ruby
if object is an Class or Module then define instance method to it, else define singleton method to it.
invoke context.instance_eval(@src)
eval(@src) with binding object
[Validate]