back to notes

Debug/(Edit the code) of a gem installed locally

# Step 1: Assuming we want to add debugging instructions in source code of the gem XXX
bundle open XXX

# Step 1: Edit, Test, ...

# Step 3: Restore the gem to its pristine state (its initial state)
bundle exec gem pristine XXX


last updated june 2014