class Samovar::Command
def system!(*args, **options)
def system!(*args, **options) if system(*args, **options) return true else raise SystemError.new("Command #{args.first.inspect} failed: #{$?.to_s}") end end
def system!(*args, **options) if system(*args, **options) return true else raise SystemError.new("Command #{args.first.inspect} failed: #{$?.to_s}") end end