Class: Jeka::Compiler::Python
- Inherits:
-
Jeka::Compiler
- Object
- Jeka::Compiler
- Jeka::Compiler::Python
- Defined in:
- lib/jeka/compilers/python.rb
Instance Method Summary collapse
-
#initialize(file, options = {}) ⇒ Python
constructor
A new instance of Python.
Constructor Details
#initialize(file, options = {}) ⇒ Python
Returns a new instance of Python.
5 6 7 8 |
# File 'lib/jeka/compilers/python.rb', line 5 def initialize(file, = {}) @files = [file] @options = end |