Uses of Class
org.jruby.AbstractRubyMethod
Packages that use AbstractRubyMethod
-
Uses of AbstractRubyMethod in org.jruby
Subclasses of AbstractRubyMethod in org.jrubyModifier and TypeClassDescriptionclass
The RubyMethod class represents a RubyMethod object.class
An 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 IRubyObject
Helpers.methodToParameters
(Ruby runtime, AbstractRubyMethod recv) Deprecated.static IRubyObject
Helpers.methodToParameters
(ThreadContext context, AbstractRubyMethod recv)