Module: Gersion::Bash

Defined in:
lib/gersion/bash.rb

Class Method Summary collapse

Class Method Details

.run(command) ⇒ Object



3
4
5
# File 'lib/gersion/bash.rb', line 3

def self.run command
  `#{command}`
end