Class: ZergXcode::Plugins::Irb
- Inherits:
-
Object
- Object
- ZergXcode::Plugins::Irb
- Defined in:
- lib/zerg_xcode/plugins/irb.rb
Overview
Loads up an Xcode project and the ZergXcode library into an irb shell.
Instance Method Summary collapse
Instance Method Details
#help ⇒ Object
15 16 17 18 19 20 21 22 23 24 |
# File 'lib/zerg_xcode/plugins/irb.rb', line 15 def help {:short => 'opens up a project in an interactive ruby shell', :long => <<"END" } Usage: irb [path] Loads the object graph in the Xcode project at the given path. If no path is given, looks for a project in the current directory. The project object is available as the global variable $p. END end |