class Utils::Shell
Public Class Methods
execute(cmd)
click to toggle source
# File lib/utils/shell.rb, line 7 def execute(cmd) return system cmd end
# File lib/utils/shell.rb, line 7 def execute(cmd) return system cmd end