# File lib/oniguruma.rb, line 359 def [](*idx) if idx[0].is_a?(Symbol) k = to_index( idx[0] ) k && old_aref(k) else old_aref(*idx) end end