Skip to content

Commit 4b83858

Browse files
committed
Add ruby to fenced code blocks
1 parent 1b2d3bd commit 4b83858

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/stringio/stringio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Like an \IO stream, a \StringIO stream has certain properties:
2727

2828
Examples on this page assume that \StringIO has been required:
2929

30-
```
30+
```ruby
3131
require 'stringio'
3232
```
3333

3434
And that this constant has been defined:
3535

36-
```
36+
```ruby
3737
TEXT = <<EOT
3838
First line
3939
Second line

0 commit comments

Comments
 (0)