." generated with Ronn-NG/v0.10.1 ." github.com/apjanke/ronn-ng/tree/0.10.1 .TH “BUNDLE-CONSOLE” “1” “July 2025” “” .SH “NAME” fBbundle-consolefR - Open an IRB session with the bundle pre-loaded .SH “SYNOPSIS” fBbundle consolefR [GROUP] .SH “DESCRIPTION” Starts an interactive Ruby console session in the context of the current bundle. .P If no fBGROUPfR is specified, all gems in the fBdefaultfR group in the Gemfile(5) fIbundler.io/man/gemfile.5.htmlfR are preliminarily loaded. .P If fBGROUPfR is specified, all gems in the given group in the Gemfile in addition to the gems in fBdefaultfR group are loaded. Even if the given group does not exist in the Gemfile, IRB console starts without any warning or error. .P The environment variable fBBUNDLE_CONSOLEfR or fBbundle config set consolefR can be used to change the shell from the following: .IP “(bu” 4 fBirbfR (default) .IP “(bu” 4 fBpryfR (github.com/pry/pry) .IP “(bu” 4 fBriplfR (github.com/cldwalker/ripl) .IP “” 0 .P fBbundle consolefR uses irb by default. An alternative Pry or Ripl can be used with fBbundle consolefR by adjusting the fBconsolefR Bundler setting. Also make sure that fBpryfR or fBriplfR is in your Gemfile. .SH “EXAMPLE” .nf $ bundle config set console pry $ bundle console Resolving dependencies|.|.|.
- 1
-
pry(main)>
.fi .SH “SEE ALSO” Gemfile(5) fIbundler.io/man/gemfile.5.htmlfR