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

Defined in:
lib/main/parameter.rb

Instance Method Summary collapse

Instance Method Details

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



691
692
693
694
695
# File 'lib/main/parameter.rb', line 691

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