." generated with Ronn-NG/v0.10.1 ." github.com/apjanke/ronn-ng/tree/0.10.1 .TH “BUNDLE-OPEN” “1” “July 2025” “” .SH “NAME” fBbundle-openfR - Opens the source directory for a gem in your bundle .SH “SYNOPSIS” fBbundle openfR [GEM] [--path=PATH] .SH “DESCRIPTION” Opens the source directory of the provided GEM in your editor. .P For this to work the fBEDITORfR or fBBUNDLER_EDITORfR environment variable has to be set. .P Example: .IP “” 4 .nf bundle open ‘rack’ .fi .IP “” 0 .P Will open the source directory for the ‘rack’ gem in your bundle. .IP “” 4 .nf bundle open ‘rack’ --path ‘README.md’ .fi .IP “” 0 .P Will open the README.md file of the ‘rack’ gem source in your bundle. .SH “OPTIONS” .TP fB--path[=PATH]fR Specify GEM source relative path to open.