Class: Jeka::Compiler::Gcc

Inherits:
Jeka::Compiler show all
Defined in:
lib/jeka/compilers/gcc.rb

Instance Method Summary collapse

Constructor Details

#initialize(files, options = {}) ⇒ Gcc

Returns a new instance of Gcc.



5
6
7
8
# File 'lib/jeka/compilers/gcc.rb', line 5

def initialize(files, options = {})
  @files = files
  @options = options
end