Open catmando opened 6 years ago
allow all the on client methods to work from within pry REPL with blocks.
Currently you have to do evaluate_ruby "12+12" instead of just saying evaluate_ruby { 12 + 12 }
evaluate_ruby "12+12"
evaluate_ruby { 12 + 12 }
allow all the on client methods to work from within pry REPL with blocks.
Currently you have to do
evaluate_ruby "12+12"
instead of just sayingevaluate_ruby { 12 + 12 }