Class: HelpParser::ArgvHash
- Inherits:
-
Hash
- Object
- Hash
- HelpParser::ArgvHash
- Defined in:
- lib/help_parser/aliases.rb
Instance Method Summary collapse
Instance Method Details
#[]=(k, v) ⇒ Object
10 11 12 13 |
# File 'lib/help_parser/aliases.rb', line 10 def []=(k,v) raise UsageError, MSG[DUP_KEY,k] if key?(k) super end |