# File rparsec/context.rb, line 7 def initialize(src, index=0, error=nil) @src, @index, @error = src, index, error end