mirror of
https://github.com/jbranchaud/til
synced 2026-01-17 05:58:01 +00:00
Fix a typo in the latest til
This commit is contained in:
@@ -4,7 +4,7 @@ Want to experiment in a pry session with some of the gems in your project's
|
|||||||
`Gemfile`? You can quickly require all the gems for your project using
|
`Gemfile`? You can quickly require all the gems for your project using
|
||||||
Bundler's `#require` method.
|
Bundler's `#require` method.
|
||||||
|
|
||||||
Just require `bundler` itself and then execute `Bundler.requie`. Everything
|
Just require `bundler` itself and then execute `Bundler.require`. Everything
|
||||||
will be loaded in.
|
will be loaded in.
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
|
|||||||
Reference in New Issue
Block a user