Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/jruby/util/cli/Options.java
Original file line number Diff line number Diff line change
@@ -244,7 +244,7 @@ public class Options {
public static final Option<Boolean> CLI_STRIP_HEADER = bool(CLI, "cli.strip.header", false, "Strip text before shebang in script. Same as -x.");
public static final Option<Boolean> CLI_LOAD_GEMFILE = bool(CLI, "cli.load.gemfile", false, "Load a bundler Gemfile in cwd before running. Same as -G.");

public static final Option<Boolean> COMPLIANCE_STRICT = bool(COMPLIANCE, "compliance.strict", false, "Comply strictly with RubySpec.");
public static final Option<Boolean> COMPLIANCE_STRICT = bool(COMPLIANCE, "compliance.strict", false, "Comply more strictly with MRI's behaviour.");

static {
// FIXME: JIT only on when invokedynamic would be one...need non-indy JIT

0 comments on commit 1618457

Please sign in to comment.