/
org.jruby/
jruby-core/
9.2.14.0/
org/
jruby/
internal/
runtime/
methods/
Scoping.java
Scoping
Full: Scoping
Dummy: Scoping
None: Scoping
https://github.com/jruby/jruby/jruby-core
: JRuby is the effort to recreate the Ruby (https://www.ruby-lang.org) interpreter in Java.
(
JRuby
)
GPL-2.0
LGPL-2.1
EPL-2.0
headius
enebo
wmeissner
BanzaiMan
mkristian
package
org.jruby.internal.runtime.methods;
public
enum
Scoping
{
Full
,
Dummy
,
None
}