lib/skippy/os/common.rb in skippy-0.4.3.a vs lib/skippy/os/common.rb in skippy-0.5.0.a
- old
+ new
@@ -1,5 +1,7 @@
+# frozen_string_literal: true
+
class Skippy::OSCommon
# @param [String] command
def execute_command(command)
# Something with a Thor application like skippy get the 'RUBYLIB'
@@ -13,10 +15,10 @@
id = spawn(command)
Process.detach(id)
end
# @param [String] path
- def launch_app(path, *args) # rubocop:disable Lint/UnusedMethodArgument
+ def launch_app(path, *args)
raise NotImplementedError
end
def sketchup_apps
raise NotImplementedError