Module: PopulateEnv::ShellCommand

Defined in:
lib/populate_env/shell_command.rb

Class Method Summary collapse

Class Method Details

.run(command) ⇒ Object



3
4
5
# File 'lib/populate_env/shell_command.rb', line 3

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