Method: RakeCompilerDock::Starter.container_jrubyvm?

Defined in:
lib/rake_compiler_dock/starter.rb

.container_jrubyvm?(options = {}) ⇒ Boolean



196
197
198
# File 'lib/rake_compiler_dock/starter.rb', line 196

def container_jrubyvm?(options={})
  container_rubyvm(options).to_s == "jruby"
end