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

Defined in:
lib/main/parameter.rb

Instance Method Summary collapse

Instance Method Details

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



727
728
729
730
731
# File 'lib/main/parameter.rb', line 727

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