Method: Sequence#goto

Defined in:
lib/sequence.rb

#goto(p) ⇒ Object

go to an absolute position; identical to #pos=



340
341
342
# File 'lib/sequence.rb', line 340

def goto p
  self.pos= p
end