Method: Gem::Molinillo::NoSuchDependencyError#dependency

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

#dependencyObject

Returns the dependency that could not be found.

Returns:

  • (Object)

    the dependency that could not be found



11
12
13
# File 'lib/rubygems/vendor/molinillo/lib/molinillo/errors.rb', line 11

def dependency
  @dependency
end