| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.common |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<RubyWarnings.Category> |
RubyInstanceConfig.getWarningCategories()
Get the set of enabled warning categories.
|
java.util.Set<RubyWarnings.Category> |
Ruby.getWarningCategories()
Get the current enabled warning categories.
|
| Modifier and Type | Method and Description |
|---|---|
static RubyWarnings.Category |
RubyWarnings.Category.fromId(java.lang.String id) |
static RubyWarnings.Category |
RubyWarnings.Category.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RubyWarnings.Category[] |
RubyWarnings.Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001-2023 JRuby. All Rights Reserved.