Uses of Class
org.jruby.RubyNil
Packages that use RubyNil
-
Uses of RubyNil in org.jruby.ir.targets.indy
Methods in org.jruby.ir.targets.indy with parameters of type RubyNilModifier and TypeMethodDescriptionstatic boolean
IsNilSite.isNil
(IRubyObject obj, RubyNil nil) static boolean
IsTrueSite.isTruthy
(IRubyObject obj, RubyNil nil, RubyBoolean.False fals) static IRubyObject
InvokeSite.negate
(IRubyObject object, RubyNil nil, RubyBoolean.True tru, RubyBoolean.False fals) -
Uses of RubyNil in org.jruby.javasupport
Methods in org.jruby.javasupport with parameters of type RubyNilModifier and TypeMethodDescriptionstatic Object
JavaUtil.coerceNilToType
(RubyNil nil, Class target) Deprecated.