Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/maven/tools/model.rb
Overview
keep things in line with java collections
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#remove(*args) ⇒ Object
5 6 7 |
# File 'lib/maven/tools/model.rb', line 5 def remove( *args ) delete( *args ) end |