Module: TestGemInstall

Defined in:
lib/helper.rb

Constant Summary collapse

VERSION =
"0.0.2"

Instance Method Summary collapse

Instance Method Details

#install_gem?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/helper.rb', line 4

def install_gem?
  system `which not-here-for-sure > /dev/null`
end