module Rockstart::Generators::SystemHelpers

Adds helpers for installing gems and interacting with the current system

Protected Instance Methods

system!(*args) click to toggle source
# File lib/rockstart/generators/system_helpers.rb, line 9
def system!(*args)
  system(*args) || abort("\n== Command #{args} failed ==")
end