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