File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ $ bundle exec rubocop --auto-gen-config
7878
7979### Want to debug?
8080
81- You can use the [ ` byebug ` gem] ( https://github.com/deivid-rodriguez/byebug ) that is already imported in the all files of this package .
81+ You can use the [ ` byebug ` gem] ( https://github.com/deivid-rodriguez/byebug ) .
8282
8383To create a breakpoint, just add this line in you code:
8484
@@ -88,6 +88,13 @@ byebug
8888...
8989```
9090
91+ The ` byebug ` gem is already imported in all the spec files.<br >
92+ But if you want to use it in the source files you need to add this line at the top of the file:
93+
94+ ``` ruby
95+ require ' byebug'
96+ ```
97+
9198### Release Process
9299
93100MeiliSearch tools follow the [ Semantic Versioning Convention] ( https://semver.org/ ) .
You can’t perform that action at this time.
0 commit comments