Top Level Namespace

Defined Under Namespace

Classes: LENSE

Instance Method Summary collapse

Instance Method Details

#system_check(cmd) ⇒ Object



1
2
3
4
# File 'lib/lense/helpers.rb', line 1

def system_check(cmd)
  `#{cmd} 2>&1`
  $?.success?
end