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 booleanIsNilSite.isNil(IRubyObject obj, RubyNil nil) static booleanIsTrueSite.isTruthy(IRubyObject obj, RubyNil nil, RubyBoolean.False fals) static IRubyObjectInvokeSite.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 ObjectJavaUtil.coerceNilToType(RubyNil nil, Class target) Deprecated.