Exception: UsageMod::NestingUnderflow
- Defined in:
- lib/Usage.rb
Overview
Too many closing parens
Instance Method Summary collapse
-
#initialize ⇒ NestingUnderflow
constructor
A new instance of NestingUnderflow.
Constructor Details
#initialize ⇒ NestingUnderflow
Returns a new instance of NestingUnderflow.
151 152 153 |
# File 'lib/Usage.rb', line 151 def initialize super("unbalanced parenthesis: too many ')' and not enough '('") end |