Method: Gem::Molinillo::ResolutionState#depth

Defined in:
lib/rubygems/vendor/molinillo/lib/molinillo/state.rb

#depthInteger

the depth of the resolution

Returns:

  • (Integer)

    the current value of depth



13
14
15
# File 'lib/rubygems/vendor/molinillo/lib/molinillo/state.rb', line 13

def depth
  @depth
end