Libraries
»
sequence
(0.2.4)
»
Index
»
Sequence
»
#begin!
Method: Sequence#begin!
Defined in:
lib/sequence.rb
#
begin!
⇒
Object
go to beginning
490 491 492
# File 'lib/sequence.rb', line 490
def
begin!
self
.
_pos
=
0
end