Exception: UsageMod::NestingUnderflow

Inherits:
Error
  • Object
show all
Defined in:
lib/Usage.rb

Overview

Too many closing parens

Instance Method Summary collapse

Constructor Details

#initializeNestingUnderflow

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