Class: Maven::Tools::Jarfile::LockedParent

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/maven/tools/jarfile.rb

Instance Method Summary collapse

Constructor Details

#initialize(obj) ⇒ LockedParent

Returns a new instance of LockedParent.



160
161
162
# File 'lib/maven/tools/jarfile.rb', line 160

def initialize(obj)
  super  
end

Instance Method Details

#dependenciesObject



164
165
166
# File 'lib/maven/tools/jarfile.rb', line 164

def dependencies
  @d ||= []
end