* doc/syntax/refinements.rdoc : Fix a missing quote

Patch by Robin Dupret. [Fix GH-271]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eregon 2013-05-05 11:49:53 +00:00
Родитель f620e9e7d3
Коммит 96e14ad252
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,7 @@ Here is a basic refinement:
class C
def foo
puts "C#foo
puts "C#foo"
end
end