215 216 217
# File 'lib/sequence/indexed.rb', line 215 def index(pat,offset=0) @data.index(pat,offset) end