1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
parent f620e9e7d3
commit 96e14ad252

View file

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