Class: Jeka::Compiler::Ruby
- Inherits:
-
Jeka::Compiler
- Object
- Jeka::Compiler
- Jeka::Compiler::Ruby
- Defined in:
- lib/jeka/compilers/ruby.rb
Instance Method Summary collapse
-
#initialize(file, options = {}) ⇒ Ruby
constructor
A new instance of Ruby.
Constructor Details
#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, = {}) @files = [file] @options = end |