Skip to content

Commit 64672da

Browse files
authored
Find a better name for Command?
@poqudrof I have somewhat refactored JRubyArt (but I don't think it should affect Soby), I'm looking for a more meaningful name for my Command class, but should I avoid Launcher?
1 parent b178dbe commit 64672da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jruby_art/command.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
module Processing
55
# The command class check for configuration and options, before creating and
66
# executing the jruby (or java) command to run the sketch
7-
class Command
7+
class Command # better name might be Launcher used already by Soby
88
attr_reader :runner, :args, :filename
99
def initialize(runner:, args:, filename:)
1010
@runner = runner

0 commit comments

Comments
 (0)