class Array
keep things in line with java collections
Public Instance Methods
remove( *args )
click to toggle source
# File lib/maven/tools/model.rb, line 5 def remove( *args ) delete( *args ) end
keep things in line with java collections
# File lib/maven/tools/model.rb, line 5 def remove( *args ) delete( *args ) end