Class: Pod::Command::Debug
- Inherits:
-
Pod::Command
- Object
- Pod::Command
- Pod::Command::Debug
- Defined in:
- lib/cocoapods_debug/command/debug.rb
Overview
A command that just starts a debugger
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
7 8 9 10 |
# File 'lib/cocoapods_debug/command/debug.rb', line 7 def run require 'pry' pry(config) end |