# File lib/java_adapter.rb, line 17
    def is_jruby_interpreter?
      return RUBY_PLATFORM =~ /java/
    end