Skip to content

Commit bf48ec2

Browse files
author
Michael Dorst
committed
Fix: make code render as code
1 parent 7b36b78 commit bf48ec2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/en/tools/debugger.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ Rubinius includes a reference Ruby source-level debugger.
1313

1414
Depending on what gems you are using, you may need to install one or both of the following.
1515

16-
rubinius-compiler
16+
The `rubinius-compiler` gem. To install:
17+
1718
gem install rubinius-compiler
1819

19-
rubinius-debugger
20+
The `rubinius-debugger` gem. To install:
21+
2022
gem install rubinius-debugger
2123

2224
## Invoking in Code

0 commit comments

Comments
 (0)