* doc/syntax/refinements.rdoc: typo fix by @skade [fix GH-508]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6802a3f6f2
commit
fb69a11710
@ -42,7 +42,7 @@ Activate the refinement with #using:
|
|||||||
|
|
||||||
using M
|
using M
|
||||||
|
|
||||||
x = C.new
|
c = C.new
|
||||||
|
|
||||||
c.foo # prints "C#foo in M"
|
c.foo # prints "C#foo in M"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user