mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 3 additions and 3 deletions
|
@ -29,8 +29,8 @@
|
|||
#
|
||||
# class Foo
|
||||
# include Mutex_m
|
||||
# def initialize ...
|
||||
# ...
|
||||
# def initialize
|
||||
# # ...
|
||||
# super()
|
||||
# end
|
||||
# # ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue