method
description
v2_5_5 -
Show latest stable
-
0 notes -
Class: UnpackCommand
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378
- 1_9_2_180
- 1_9_3_125
- 1_9_3_392
- 2_1_10 (0)
- 2_2_9 (0)
- 2_4_6 (0)
- 2_5_5 (0)
- 2_6_3 (0)
- What's this?
description()
public
Hide source
# File lib/rubygems/commands/unpack_command.rb, line 48 def description The unpack command allows you to examine the contents of a gem or modifythem to help diagnose a bug.You can add the contents of the unpacked gem to the load path using theRUBYLIB environment variable or -I: $ gem unpack my_gem Unpacked gem: '.../my_gem-1.0' [edit my_gem-1.0/lib/my_gem.rb] $ ruby -Imy_gem-1.0/lib -S other_programYou can repackage an unpacked gem using the build command. See the buildcommand help for an example. end