This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Commit a6d4408
committed
Make it possible to
It's common practice to be able to require the name of the gem. For
example, bundler requires the gem name by default. This removes an
element of surprise when using the gem.require "therubyracer".1 parent d8b8f3c commit a6d4408
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments