module AutoGemUpdater::System

Public Instance Methods

system_command(command) click to toggle source
# File lib/auto_gem_updater/system.rb, line 3
def system_command(command)
  system(command, %i[out err] => File::NULL)
end