lib/mutex_m.rb: fix example code in documentation
* lib/mutex_m.rb: [DOC] fix invalid example code to make it syntax highlighted. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
27295e94f2
commit
bca2cdcc0b
@ -29,8 +29,8 @@
|
||||
#
|
||||
# class Foo
|
||||
# include Mutex_m
|
||||
# def initialize ...
|
||||
# ...
|
||||
# def initialize
|
||||
# # ...
|
||||
# super()
|
||||
# end
|
||||
# # ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user