Module: Main::Parameter::Table::BoundsCheck
- Defined in:
- lib/main/parameter.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) [](*a, &b)
715 716 717 718 719 |
# File 'lib/main/parameter.rb', line 715 def [] *a, &b p = super ensure raise NoneSuch, a.join(',') unless p end |