We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4291b commit b4bdbfbCopy full SHA for b4bdbfb
1 file changed
lib/jruby_art/command.rb
@@ -2,6 +2,7 @@
2
require_relative '../jruby_art/jruby_complete'
3
require_relative '../jruby_art/java_opts'
4
module Processing
5
+ # This is class wrapper for building the command
6
class Command
7
attr_reader :executable, :runner, :args, :filename
8
def initialize(executable:, runner:, args:, filename:)
0 commit comments