class NCUpdate

Public Instance Methods

update(commands) click to toggle source
# File lib/ncupdater/ncupdate.rb, line 3
def update(commands)
  commands.each do |key, value|
    ShellSpinner "#{key}" do
      `#{value}`
    end
  end
end