Flowdock
method

ensure_local_only_reverse_dependencies

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: DependencyCommand
ensure_local_only_reverse_dependencies() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/commands/dependency_command.rb, line 138
  def ensure_local_only_reverse_dependencies # :nodoc:
    if options[:reverse_dependencies] and remote? and not local? then
      alert_error 'Only reverse dependencies for local gems are supported.'
      terminate_interaction 1
    end
  end
Register or log in to add new notes.