Sha256: c5df41d38a47098cc8bdd39170818cab77113f0071171ad3a7443686544dfea6
Contents?: true
Size: 246 Bytes
Versions: 73
Compression:
Stored size: 246 Bytes
Contents
# encoding: utf-8 module Mutx module Support module Console # Executes system command def self.execute command `#{command}` # res = IO.popen("#{command}") # res.readlines.join end end end end
Version data entries
73 entries across 73 versions & 1 rubygems