690 691 692 693 694
# File 'lib/main/parameter.rb', line 690 def [] *a, &b p = super ensure raise NoneSuch, a.join(',') unless p end