Package org.jruby

Class Main

java.lang.Object
org.jruby.Main

@Deprecated(since="10.0.3.0") public class Main extends Object
Deprecated.
Use Main instead.
  • Constructor Details

  • Method Details

    • processDotfile

      public static void processDotfile()
      Deprecated.
    • main

      public static void main(String[] args)
      Deprecated.
      This is the command-line entry point for JRuby, and should ONLY be used by Java when starting up JRuby from a command-line. Use other mechanisms when embedding JRuby into another application.
      Parameters:
      args - command-line args, provided by the JVM.
    • run

      public Main.Status run(String[] args)
      Deprecated.