Raises:
69 70 71 72
# File 'lib/libsessho.rb', line 69 def suparr(pos) raise ArgumentError,"Index out of range" if pos>=self.length self[0,pos] end