Module: Main::Parameter::Table::BoundsCheck

Defined in:
lib/main/parameter.rb

Instance Method Summary collapse

Instance Method Details

#[](*a, &b) ⇒ Object



571
572
573
574
575
# File 'lib/main/parameter.rb', line 571

def [] *a, &b
  p = super
ensure
  raise NoneSuch, a.join(',') unless p 
end