File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,10 +164,9 @@ def show_help
164164
165165 # Trade in this Ruby instance for a JRuby instance, loading in a starter
166166 # 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
169168 # 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....)
171170 def spin_up ( starter_script , sketch , args )
172171 runner = "#{ K9_ROOT } /lib/jruby_art/runners/#{ starter_script } "
173172 @options . nojruby = true if Processing ::RP_CONFIG [ 'JRUBY' ] == 'false'
You can’t perform that action at this time.
0 commit comments