Sha256: b190dcf720b97f9ad7ea412a19d8834e7fe8ffcae2a9e7152a79f4c280456f83
Contents?: true
Size: 971 Bytes
Versions: 12
Compression:
Stored size: 971 Bytes
Contents
o:$YARD::CodeObjects::MethodObject: @name:rewind:@docstringIC:YARD::Docstring"9Rewinds the enumeration sequence by the next method. :@objectu:YARD::StubProxy"Enumerable::Enumerator#rewind: @summary0: @all"LRewinds the enumeration sequence by the next method. @overload rewind:@ref_tags[: @tags[o:YARD::Tags::OverloadTag ; u;"Enumerable::Enumerator#rewind;;;IC; " ; u;"Enumerable::Enumerator#rewind;0; ";[;[:@types0:@parameters[: @text0:@signature"rewind:@tag_name" overload:@current_file_has_commentsF:@scope: instance;[:@docstring_extra0:@files[["enumerator.c0:@namespaceu;Enumerable::Enumerator: @path""Enumerable::Enumerator#rewind;[:@visibility:public:@source"�/* * call-seq: * e.rewind => e * * Rewinds the enumeration sequence by the next method. */ static VALUE enumerator_rewind(obj) VALUE obj; { rb_require("generator"); return rb_funcall(obj, rb_intern("rewind"), 0, 0); }:@source_type:c
Version data entries
12 entries across 12 versions & 2 rubygems