Uses of Class
org.jruby.AbstractRubyMethod
Packages that use AbstractRubyMethod
-
Uses of AbstractRubyMethod in org.jruby
Subclasses of AbstractRubyMethod in org.jrubyModifier and TypeClassDescriptionclassThe RubyMethod class represents a RubyMethod object.classAn unbound method representation (e.g.Methods in org.jruby that return AbstractRubyMethod -
Uses of AbstractRubyMethod in org.jruby.runtime
Methods in org.jruby.runtime with parameters of type AbstractRubyMethodModifier and TypeMethodDescriptionstatic IRubyObjectHelpers.methodToParameters(Ruby runtime, AbstractRubyMethod recv) Deprecated.static IRubyObjectHelpers.methodToParameters(ThreadContext context, AbstractRubyMethod recv)