We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6722efd commit 9304326Copy full SHA for 9304326
ruby/require-entire-gemfile-in-pry-session.md
@@ -4,7 +4,7 @@ Want to experiment in a pry session with some of the gems in your project's
4
`Gemfile`? You can quickly require all the gems for your project using
5
Bundler's `#require` method.
6
7
-Just require `bundler` itself and then execute `Bundler.requie`. Everything
+Just require `bundler` itself and then execute `Bundler.require`. Everything
8
will be loaded in.
9
10
```ruby
0 commit comments