Class: Bundler::AutoUpdate::CommandRunner
- Inherits:
-
Object
- Object
- Bundler::AutoUpdate::CommandRunner
- Defined in:
- lib/bundler_auto_update.rb
Overview
class Dependency
Class Method Summary collapse
-
.run(cmd) ⇒ Object
Run a system command and return its output.
-
.system(cmd) ⇒ Object
Output the command about to run, and run it using system.
Class Method Details
.run(cmd) ⇒ Object
Run a system command and return its output.
290 291 292 |
# File 'lib/bundler_auto_update.rb', line 290 def self.run(cmd) `#{cmd}` end |