Class: JRubyOpts
Overview
wrap args to pass through to jvm from jruby
Instance Method Summary collapse
Methods inherited from JavaOpts
Constructor Details
This class inherits a constructor from JavaOpts
Instance Method Details
#opts ⇒ Object
18 19 20 |
# File 'lib/jruby_art/java_opts.rb', line 18 def opts super.map { |arg| "-J#{arg}" } end |