Add test for unrecognized command

This commit is contained in:
kojix2
2021-01-20 00:57:56 +09:00
parent 8db1306e07
commit 991cf90267
3 changed files with 23 additions and 6 deletions

View File

@@ -8,8 +8,10 @@ require 'youplot/command'
module YouPlot
class << self
attr_accessor :run_as_executable
def run_as_executable?
@run_as_executable
end
end
@run_as_executable = false
end