725 726 727 728 729
# File 'lib/main/parameter.rb', line 725 def [] *a, &b p = super ensure raise NoneSuch, a.join(',') unless p end