Class: PoisePython::PythonProviders::PortablePyPy3

Inherits:
Base
  • Object
show all
Defined in:
lib/poise_python/python_providers/portable_pypy3.rb

Overview

Since:

  • 1.0.0

Instance Method Summary collapse

Instance Method Details

#python_binaryObject

Since:

  • 1.0.0



34
35
36
# File 'lib/poise_python/python_providers/portable_pypy3.rb', line 34

def python_binary
  ::File.join(static_folder, 'bin', 'pypy')
end