class Pod::Command::Nexus

Public Class Methods

new(argv) click to toggle source
Calls superclass method
# File lib/cocoapods-nexus/command/nexus.rb, line 18
def initialize(argv)
  @repos_nexus_dir = Pod::Config.instance.repos_dir
  super
end