lib/skippy/os/common.rb in skippy-0.4.0.a vs lib/skippy/os/common.rb in skippy-0.4.1.a
- old
+ new
@@ -13,10 +13,10 @@
id = spawn(command)
Process.detach(id)
end
# @param [String] path
- def launch_app(path, *args)
+ def launch_app(path, *args) # rubocop:disable Lint/UnusedMethodArgument
raise NotImplementedError
end
def sketchup_apps
raise NotImplementedError