Package org.jruby

Class RubyGlobal

java.lang.Object
org.jruby.RubyGlobal

public class RubyGlobal extends Object
This class initializes global variables and constants.
Author:
jpetersen
  • Field Details

    • UNCACHED_GLOBALS

      public static final List<String> UNCACHED_GLOBALS
      Globals that generally should not be cached, because they are expected to change frequently if used. See jruby/jruby#4508.
  • Constructor Details

    • RubyGlobal

      public RubyGlobal()
  • Method Details