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