class Pod::Command::IPC::Spec

def initialize(argv)

def initialize(argv)
  @path = argv.shift_argument
  super
end