Sha256: ea04777f6f507bece20af0e2b37d5431c08b38ffcf21333b88c48487ee5b9b92

Contents?: true

Size: 104 Bytes

Versions: 2

Compression:

Stored size: 104 Bytes

Contents

module PopulateEnv
  module ShellCommand
    def self.run(command)
      `#{command}`
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
populate-env-0.1.1 lib/populate_env/shell_command.rb
populate-env-0.1.0 lib/populate_env/shell_command.rb