Method: Sequence#end

Defined in:
lib/sequence.rb

#endObject

Return a new #position for the end.



485
486
487
# File 'lib/sequence.rb', line 485

def end
  position(size)
end