lib/coderunner/class_methods.rb in coderunner-0.17.6 vs lib/coderunner/class_methods.rb in coderunner-0.17.7

- old
+ new

@@ -573,11 +573,11 @@ string_to_eval = copts[:w] #options = (options and options =~ /\S/) ? eval(options): {} eputs 'Starting Graph' kit = runner.graphkit_from_lists(copts[:G], copts[:g]) kit.gnuplot(eval: string_to_eval) - gets - kit.close + #gets + #kit.close end def self.readout(copts={}) runner = fetch_runner(copts) puts runner.readout