관리-도구
편집 파일: cdesc-Enumerator.yaml
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::P body: A class which provides a method `each' to be used as an Enumerable object. constants: [] full_name: Enumerable::Enumerator includes: - !ruby/object:RI::IncludedModule name: Enumerable instance_methods: - !ruby/object:RI::MethodSummary name: __generator - !ruby/object:RI::MethodSummary name: each - !ruby/object:RI::MethodSummary name: each_with_index - !ruby/object:RI::MethodSummary name: next - !ruby/object:RI::MethodSummary name: next - !ruby/object:RI::MethodSummary name: rewind - !ruby/object:RI::MethodSummary name: rewind - !ruby/object:RI::MethodSummary name: with_index name: Enumerator superclass: Object