Method: Jeka::Compiler::Ruby#initialize

Defined in:
lib/jeka/compilers/ruby.rb

#initialize(file, options = {}) ⇒ Ruby

Returns a new instance of Ruby.



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

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