Sha256: fd35f0a10aaf6bcb3ca66a74ad9fe1d69048f03f17a3edd3526a3413b1e4fcf7
Contents?: true
Size: 322 Bytes
Versions: 4
Compression:
Stored size: 322 Bytes
Contents
module Jeka module Compiler class Ruby < Compiler def initialize(file, options = {}) @files = [file] @options = options end private def _run_command "ruby " << @files[0] end def _build_command end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
jeka-0.2.3 | lib/jeka/compilers/ruby.rb |
jeka-0.2.2 | lib/jeka/compilers/ruby.rb |
jeka-0.2.1 | lib/jeka/compilers/ruby.rb |
jeka-0.2.0 | lib/jeka/compilers/ruby.rb |