Method: Inch::Utils::ShellHelper#sh

Defined in:
lib/inch/utils/shell_helper.rb

#sh(command) ⇒ Object



10
11
12
# File 'lib/inch/utils/shell_helper.rb', line 10

def sh(command)
  `#{command}`
end