Method: Sequence#end!

Defined in:
lib/sequence.rb

#end!Object

go to end



494
495
496
# File 'lib/sequence.rb', line 494

def end!
  self._pos=size
end