Method | Description | |
---|---|---|
CheckMaxNesting ( int depth ) : void | ||
Configure ( RubyContext context, |
||
Ensure ( Object obj ) : |
||
Forget ( RubyContext context, Object obj ) : bool | ||
GeneratorState ( ) : System | ||
Remember ( RubyContext context, Object obj ) : void | ||
Seen ( RubyContext context, Object obj ) : bool |
public static Configure ( RubyContext context, |
||
context | RubyContext | |
self | ||
configuration | Hash | |
return | void |
public static Ensure ( Object obj ) : |
||
obj | Object | |
return |
public Forget ( RubyContext context, Object obj ) : bool | ||
context | RubyContext | |
obj | Object | |
return | bool |
public Remember ( RubyContext context, Object obj ) : void | ||
context | RubyContext | |
obj | Object | |
return | void |
public Seen ( RubyContext context, Object obj ) : bool | ||
context | RubyContext | |
obj | Object | |
return | bool |