Class: JRubyOpts

Inherits:
JavaOpts show all
Defined in:
lib/jruby_art/java_opts.rb

Overview

wrap args to pass through to jvm from jruby

Instance Method Summary collapse

Methods inherited from JavaOpts

#initialize

Constructor Details

This class inherits a constructor from JavaOpts

Instance Method Details

#optsObject



17
18
19
# File 'lib/jruby_art/java_opts.rb', line 17

def opts
  super.map { |arg| "-J#{arg}" }
end