1BUNDLE-OPEN(1) BUNDLE-OPEN(1)
23
4
NAME
6bundle-open - Opens the source directory for a gem in your bundle
7
SYNOPSIS
9bundle open [GEM]
10
DESCRIPTION
12Opens the source directory of the provided GEM in your editor.
1314
For this to work the EDITOR or BUNDLER_EDITOR environment variable has
15to be set.
1617
Example:
1819
20
21
bundle open ´rack´
2223
24
25
Will open the source directory for the ´rack´ gem in your bundle.
2627
28
29
June 2021 BUNDLE-OPEN(1)