File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -164,10 +164,9 @@ def show_help
164
164
165
165
# Trade in this Ruby instance for a JRuby instance, loading in a starter
166
166
# script and passing it some arguments. Unless '--nojruby' is passed, the
167
- # installed version of jruby is used instead of our vendored jarred one
168
- # (which is required for some sketches eg shaders). To use
167
+ # installed version of jruby is used instead of our vendored one. To use
169
168
# jruby-complete by default set JRUBY: false in ~/.jruby_art/config.yml
170
- # (but that will make using other gems in your sketches hard....)
169
+ # (however that might make using other gems in your sketches hard....)
171
170
def spin_up ( starter_script , sketch , args )
172
171
runner = "#{ K9_ROOT } /lib/jruby_art/runners/#{ starter_script } "
173
172
@options . nojruby = true if Processing ::RP_CONFIG [ 'JRUBY' ] == 'false'
You can’t perform that action at this time.
0 commit comments