method
description
ruby latest stable - Class:
Gem::Commands::UnpackCommand
description()public
No documentation available.
# 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