We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad0910 commit b5854ddCopy full SHA for b5854dd
lib/rdoc/rd/block_parser.ry
@@ -23,7 +23,7 @@ class BlockParser
23
DUMMY
24
25
rule
26
- document : blocks { result = RDoc::Markup::Document.new(*val[0]) }
+ document : blocks { result = RDoc::Markup::Document.new(*val[0]).itself }
27
| { raise ParseError, "file empty" }
28
;
29
0 commit comments