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 eb3a5ba commit 5027f85Copy full SHA for 5027f85
test/rdoc/test_rdoc_generator_darkfish.rb
@@ -455,7 +455,6 @@ def test_meta_tags_for_markdwon_files_paragraph
455
# Distributed Ruby: dRuby
456
457
dRuby is a distributed object system for Ruby. It allows an object in one
458
- Ruby process to invoke methods on an object in another Ruby process.
459
MARKDOWN
460
461
@g.generate
@@ -466,7 +465,7 @@ def test_meta_tags_for_markdwon_files_paragraph
466
465
"<meta name=\"description\" content=\"" \
467
"README: dRuby " \
468
"dRuby is a distributed object system for Ruby. " \
469
- "It allows an object in one Ruby process to invoke methods on an object"
+ "It allows an object in one"
470
)
471
end
472
0 commit comments