diff --git a/UnicodePlot.html b/UnicodePlot.html index 03a9582..e85346a 100644 --- a/UnicodePlot.html +++ b/UnicodePlot.html @@ -241,7 +241,7 @@
diff --git a/YouPlot.html b/YouPlot.html index ee695de..bafc662 100644 --- a/YouPlot.html +++ b/YouPlot.html @@ -296,7 +296,7 @@ diff --git a/YouPlot/Backends.html b/YouPlot/Backends.html index bd30320..7350e9f 100644 --- a/YouPlot/Backends.html +++ b/YouPlot/Backends.html @@ -118,7 +118,7 @@ diff --git a/YouPlot/Backends/Processing.html b/YouPlot/Backends/Processing.html index d483f97..10663a1 100644 --- a/YouPlot/Backends/Processing.html +++ b/YouPlot/Backends/Processing.html @@ -208,7 +208,7 @@ diff --git a/YouPlot/Backends/UnicodePlot.html b/YouPlot/Backends/UnicodePlot.html index 4f96cb6..ee7e715 100644 --- a/YouPlot/Backends/UnicodePlot.html +++ b/YouPlot/Backends/UnicodePlot.html @@ -1070,7 +1070,7 @@ diff --git a/YouPlot/Backends/UnicodePlot/Error.html b/YouPlot/Backends/UnicodePlot/Error.html index c568ba7..96d0d29 100644 --- a/YouPlot/Backends/UnicodePlot/Error.html +++ b/YouPlot/Backends/UnicodePlot/Error.html @@ -114,7 +114,7 @@ diff --git a/YouPlot/Command.html b/YouPlot/Command.html index 03fd47d..8cb4551 100644 --- a/YouPlot/Command.html +++ b/YouPlot/Command.html @@ -667,7 +667,13 @@ 67 68 69 -70 +70 +71 +72 +73 +74 +75 +76# File 'lib/youplot/command.rb', line 30 @@ -708,9 +714,15 @@ # normal mode else # Sometimes the input file does not end with a newline code. - while (input = Kernel.gets(nil)) + begin + begin + input = Kernel.gets(nil) + rescue Errno::ENOENT => e + warn e. + next + end main(input) - end + end until input end end