Package org.jruby.javasupport.ext
Class JavaLang.Iterable
java.lang.Object
org.jruby.javasupport.ext.JavaLang.Iterable
- Enclosing class:
JavaLang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObject
count
(ThreadContext context, IRubyObject self, Block block) static IRubyObject
count
(ThreadContext context, IRubyObject self, IRubyObject obj, Block unused) static IRubyObject
each
(ThreadContext context, IRubyObject self, Block block) static IRubyObject
each_with_index
(ThreadContext context, IRubyObject self, Block block) static IRubyObject
to_a
(ThreadContext context, IRubyObject self, Block block)
-
Constructor Details
-
Iterable
public Iterable()
-
-
Method Details
-
each
-
each_with_index
-
to_a
-
count
-
count
public static IRubyObject count(ThreadContext context, IRubyObject self, IRubyObject obj, Block unused)
-