module Main::Parameter::Table::BoundsCheck

Public Instance Methods

[](*a, &b) click to toggle source
Calls superclass method
# File lib/main/parameter.rb, line 715
def [] *a, &b
  p = super
ensure
  raise NoneSuch, a.join(',') unless p 
end