class WebConsole::Evaluator

Simple Ruby code evaluator.

This class wraps a Binding object and evaluates code inside of it. The difference of a regular Binding eval is that Evaluator will always return a string and will format exception output.