Module: AutoGemUpdater::System

Included in:
Updater
Defined in:
lib/auto_gem_updater/system.rb

Instance Method Summary collapse

Instance Method Details

#system_command(command) ⇒ Object



3
4
5
# File 'lib/auto_gem_updater/system.rb', line 3

def system_command(command)
  system(command, %i[out err] => File::NULL)
end