You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/getting-started/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ $ bundle add decode
12
12
13
13
## Indexing
14
14
15
-
`decode` turns your source code into a kind of database with rich access to definitions, segments and associated comments. Use {Decode::Index} to build an index of your project by loading in source files:
15
+
`decode` turns your source code into a kind of database with rich access to definitions, segments and associated comments. Use {ruby Decode::Index} to build an index of your project by loading in source files:
16
16
17
17
~~~ruby
18
18
require'decode/index'
@@ -44,7 +44,7 @@ puts definition.long_form
44
44
45
45
## Documentation
46
46
47
-
The {Decode::Documentation} provides rich access to the comments that preceed a definition. This includes metadata including `@parameter`, `@returns` and other tags.
47
+
The {ruby Decode::Documentation} provides rich access to the comments that preceed a definition. This includes metadata including `@parameter`, `@returns` and other tags.
0 commit comments