Method: Sequence#position=

Defined in:
lib/sequence.rb

#position=(p) ⇒ Object

Set the position to a Position p (from #position).



396
397
398
399
400
# File 'lib/sequence.rb', line 396

def position=(p)
  self.pos = p.pos
  self.prop(nil,p.prop)
  p
end