# File lib/oniguruma.rb, line 121
         def last_match( index = nil)
            if index
               @@last_match[index]
            else
               @@last_match
            end
         end