method

jruby?

rails latest stable - Class: Rails::Generators::AppBase

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

jruby?()
private

No documentation available.

# File railties/lib/rails/generators/app_base.rb, line 734
      def jruby?
        defined?(JRUBY_VERSION)
      end