Class: Pod::Command::Debug

Inherits:
Pod::Command show all
Defined in:
lib/cocoapods_debug/command/debug.rb

Overview

A command that just starts a debugger

Instance Method Summary collapse

Instance Method Details

#runObject



7
8
9
10
# File 'lib/cocoapods_debug/command/debug.rb', line 7

def run
  require 'pry'
  pry(config)
end