Modifier and Type | Field and Description |
---|---|
private RubyProc |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public static RubyClass | |
public IRubyObject | |
public RubyProc | |
public IRubyObject | |
public IRubyObject |
proc | back to summary |
---|---|
private RubyProc proc |
RubyGenerator | back to summary |
---|---|
public RubyGenerator(Ruby runtime, RubyClass klass) |
createGeneratorClass | back to summary |
---|---|
public static RubyClass createGeneratorClass(Ruby runtime, RubyClass enumeratorModule) |
each | back to summary |
---|---|
public IRubyObject each(ThreadContext context, IRubyObject[] args, Block block)
|
getProc | back to summary |
---|---|
public RubyProc getProc() |
initialize | back to summary |
---|---|
public IRubyObject initialize(ThreadContext context, IRubyObject[] args, Block block)
|
initialize_copy | back to summary |
---|---|
public IRubyObject initialize_copy(ThreadContext context, IRubyObject other)
|