Skip to content

Commit b5854dd

Browse files
committed
Add a diff to ry. CI should fail.
1 parent 7ad0910 commit b5854dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc/rd/block_parser.ry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class BlockParser
2323
DUMMY
2424

2525
rule
26-
document : blocks { result = RDoc::Markup::Document.new(*val[0]) }
26+
document : blocks { result = RDoc::Markup::Document.new(*val[0]).itself }
2727
| { raise ParseError, "file empty" }
2828
;
2929

0 commit comments

Comments
 (0)