module Gersion::Bash

Public Class Methods

run(command) click to toggle source
# File lib/gersion/bash.rb, line 3
def self.run command
  `#{command}`
end